#ifndef LIBBSD_GETOPT_H #define LIBBSD_GETOPT_H #include extern int optreset; int bsd_getopt (int, char **, char *); #endif