ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

getopt.h
Go to the documentation of this file.
00001 
00002 #ifndef GETOPT_H
00003 #define GETOPT_H
00004 
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008 
00009 extern int opterr;      /* useless, never set or used */
00010 extern int optind;      /* index into parent argv vector */
00011 extern int optopt;          /* character checked for validity */
00012 extern char* optarg;        /* argument associated with option */
00013 
00014 int getopt(int argc, char * const *argv, const char *optstring);
00015 
00016 #ifdef __cplusplus
00017 } /* end of extern "C" */
00018 #endif
00019 
00020 #endif /* GETOPT_H */
00021 

Generated on Thu May 24 2012 04:17:25 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.