mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-04-01 17:25:02 +02:00
5 lines
81 B
C
5 lines
81 B
C
#include <getopt.h>
|
|
extern int optreset;
|
|
|
|
int bsd_getopt (int, char **, char *);
|