Main Page | Class List | File List | Class Members | File Members

getopt.c File Reference

#include <stdio.h>
#include "getopt_win.h"
#include <string.h>

Defines

#define GETOPT_INTERFACE_VERSION   2
#define _(msgid)   (msgid)
#define SWAP_FLAGS(ch1, ch2)
#define NONOPTION_P   (argv[optind][0] != '-' || argv[optind][1] == '\0')

Enumerations

enum  { REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER }

Functions

char * getenv ()

Variables

char * optarg
int optind = 1
int __getopt_initialized
int opterr = 1
int optopt = '?'
int chr
char *const * argv
const char * optstring
const struct optionlongopts
int * longind
int long_only

Define Documentation

#define _ msgid   )     (msgid)
 

#define GETOPT_INTERFACE_VERSION   2
 

#define NONOPTION_P   (argv[optind][0] != '-' || argv[optind][1] == '\0')
 

#define SWAP_FLAGS ch1,
ch2   ) 
 


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
REQUIRE_ORDER 
PERMUTE 
RETURN_IN_ORDER 


Function Documentation

char* getenv  ) 
 


Variable Documentation

int __getopt_initialized
 

char *const * argv
 

int chr
 

int long_only
 

int* longind
 

const struct option* longopts
 

char* optarg
 

int opterr = 1
 

int optind = 1
 

int optopt = '?'
 

const char * optstring
 


Generated on Thu Nov 20 04:15:42 2003 for speex by doxygen 1.3.4