summaryrefslogtreecommitdiff
path: root/include/bsd/getopt.h
blob: 0df89daa7407edc569cc01b577647293060bc151 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef LIBBSD_GETOPT_H
#define LIBBSD_GETOPT_H

#include <getopt.h>

extern int optreset;

int bsd_getopt (int, char **, char *);

#endif