Home | Info | Community | Development | myReactOS | Contact Us
00001 /* getopt.h */ 00002 00003 extern const char *optarg; 00004 extern int optind; 00005 00006 int 00007 getopt(int nargc, char * const *nargv, const char *ostr);