This commit is contained in:
iceman1001 2020-03-29 07:48:01 +02:00
commit a79a11256a

View file

@ -250,7 +250,7 @@ const char *optarg; /* argument associated with option */
#define BADARG ((*options == ':') ? (int)':' : (int)'?')
#define INORDER (int)1
#define EMSG " "
#define EMSG ""
static int getopt_internal(int, char *const *, const char *,
const struct option *, int *, int);