first commit

This commit is contained in:
wdp
2024-12-15 20:42:32 +08:00
commit 986b2fca12
586 changed files with 154149 additions and 0 deletions

19
GB28181Device/getopt.h Normal file
View File

@@ -0,0 +1,19 @@
#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