mirror of
https://github.com/reactos/reactos.git
synced 2026-05-25 17:45:16 +08:00
8 lines
125 B
C
8 lines
125 B
C
/* getopt.h */
|
|
|
|
extern const char *optarg;
|
|
extern int optind;
|
|
|
|
int
|
|
getopt(int nargc, char * const *nargv, const char *ostr);
|