dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Functions | Variables
getopt-core.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int getopt (int ___argc, char *const *___argv, const char *__shortopts) __THROW _GL_ARG_NONNULL((2
 

Variables

__BEGIN_DECLS char * optarg
 
int optind
 
int opterr
 
int optopt
 

Function Documentation

◆ getopt()

int getopt ( int  ___argc,
char *const *  ___argv,
const char *  __shortopts 
)

Variable Documentation

◆ optarg

__BEGIN_DECLS char* optarg

◆ opterr

int opterr

Referenced by _getopt_internal().

◆ optind

int optind

◆ optopt

int optopt

Referenced by _getopt_internal().