1 2 3 4 5 6 7 8 9 10
#ifndef LIBBSD_GETOPT_H #define LIBBSD_GETOPT_H #include <getopt.h> extern int optreset; int bsd_getopt (int, char **, char *); #endif