Hopefully fail to break anything in the process of syncing with trunk (r47786)
[reactos.git] / base / applications / network / finger / getopt.h
1 /* getopt.h */
2
3 extern const char *optarg;
4 extern int optind;
5
6 int
7 getopt(int nargc, char * const *nargv, const char *ostr);