1 2 3 4 5 6
#ifndef GETOPT_H #define GETOPT_H int getopt(int nargc, char * const nargv[], const char *ostr) ; #endif