Hash : 67e48af0 Author : Date : 2006-02-14T07:01:21
Download
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