29extern int getopt(
int nargc,
char *
const *nargv,
const char *options);
38# define optreset __mingw_optreset
55#if !defined(__UNISTD_H_SOURCED__) && !defined(__GETOPT_LONG_H__)
56#define __GETOPT_LONG_H__
77extern int getopt_long(
int nargc,
char *
const *nargv,
const char *options,
78 const struct option *long_options,
int *idx);
79extern int getopt_long_only(
int nargc,
char *
const *nargv,
const char *options,
80 const struct option *long_options,
int *idx);
84#ifndef HAVE_DECL_GETOPT
88# define HAVE_DECL_GETOPT 1
Definition wingetopt.h:63