reactos/rosapps/net/finger/getopt.h

8 lines
119 B
C
Raw Normal View History

/* getopt.h */
extern char *optarg;
extern int optind;
int
getopt(int nargc, char * const *nargv, const char *ostr);