mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-14 23:08:00 +02:00
Add bsd_getopt
This commit is contained in:

committed by
Guillem Jover

parent
7a8c1c8648
commit
7aed0593e0
4
include/bsd/getopt.h
Normal file
4
include/bsd/getopt.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#include <getopt.h>
|
||||
extern int optreset;
|
||||
|
||||
int bsd_getopt (int, char **, char *);
|
Reference in New Issue
Block a user