libmobi
C library for handling MOBI format ebook documents
getopt.h
Go to the documentation of this file.
1 
12 #ifndef libmobi_getopt_h
13 #define libmobi_getopt_h
14 
15 extern int opterr, optind, optopt, optreset;
16 extern char *optarg;
17 
18 int getopt(int nargc, char *const nargv[], const char *ostr);
19 
20 #endif
int opterr
Definition: getopt.c:38