Navigation

Operators and Keywords

Function List:

C++ API

oct-getopt.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Defines

#define octave_getopt_h   1

Functions

int octave_getopt (int, char *const *, const char *)
int octave_getopt_long (int, char *const *, const char *, const struct option *, int *)

Variables

char * optarg
int optind

Define Documentation

#define octave_getopt_h   1


Function Documentation

int octave_getopt ( int  ,
char *const ,
const char *   
)

int octave_getopt_long ( int  ,
char *const ,
const char *  ,
const struct option ,
int  
)


Variable Documentation

char* optarg