mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-25 03:10:04 +01:00
11 lines
139 B
C
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
|