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

11 lines
139 B
C

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