libbsd/include/bsd/getopt.h
2008-05-06 08:50:26 +03:00

5 lines
81 B
C

#include <getopt.h>
extern int optreset;
int bsd_getopt (int, char **, char *);