LMMS
Loading...
Searching...
No Matches
getopt_windows.cpp File Reference
#include "getopt_windows.h"
#include <string.h>
#include <stdio.h>

Macros

#define BADCH   (int)'?'
#define BADARG   (int)':'
#define EMSG   ""

Functions

int getopt (int nargc, char *const nargv[], const char *ostr)

Variables

int opterr = 1
int optind = 1
int optopt
int optreset
char * optarg

Macro Definition Documentation

◆ BADARG

#define BADARG   (int)':'

◆ BADCH

#define BADCH   (int)'?'

◆ EMSG

#define EMSG   ""

Function Documentation

◆ getopt()

int getopt ( int nargc,
char *const nargv[],
const char * ostr )

Variable Documentation

◆ optarg

char* optarg

◆ opterr

int opterr = 1

◆ optind

int optind = 1

◆ optopt

int optopt

◆ optreset

int optreset