first commit
This commit is contained in:
19
GB28181Device/getopt.h
Normal file
19
GB28181Device/getopt.h
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user