[NTOS]: Complete the VAD-to-MAREA Synchronization hack by removing fake MAREAs that...
[reactos.git] / reactos / 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);