Add bsd_getopt

This commit is contained in:
Robert Millan
2006-02-13 20:56:47 +00:00
committed by Guillem Jover
parent 7a8c1c8648
commit 7aed0593e0
5 changed files with 30 additions and 2 deletions

4
include/bsd/getopt.h Normal file
View File

@@ -0,0 +1,4 @@
#include <getopt.h>
extern int optreset;
int bsd_getopt (int, char **, char *);