webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions | Variables
getopt_s.c File Reference
#include <stdlib.h>

Macros

#define GETOPT_FOUND_WITHOUT_ARGUMENT   2
 
#define GETOPT_FOUND_WITH_ARGUMENT   1
 
#define GETOPT_NOT_FOUND   0
 

Functions

int getopt_s (int argc, char *const argv[], const char *optstring)
 

Variables

int optind_s = 0
 
char * optarg_s
 

Macro Definition Documentation

◆ GETOPT_FOUND_WITH_ARGUMENT

#define GETOPT_FOUND_WITH_ARGUMENT   1

◆ GETOPT_FOUND_WITHOUT_ARGUMENT

#define GETOPT_FOUND_WITHOUT_ARGUMENT   2

◆ GETOPT_NOT_FOUND

#define GETOPT_NOT_FOUND   0

Function Documentation

◆ getopt_s()

int getopt_s ( int  argc,
char *const  argv[],
const char *  optstring 
)

Variable Documentation

◆ optarg_s

char* optarg_s

◆ optind_s

int optind_s = 0