Files
gb28181/GB28181Device/getopt.h
2024-12-15 20:42:32 +08:00

20 lines
202 B
C

#ifndef GETOPT_H
#define GETOPT_H
extern char *optarg;
#ifdef __cplusplus
extern "C" {
#endif
int getopt2(int argc, char *argv[], char *opstring);
#ifdef __cplusplus
}
#endif
#endif // GETOPT_H