opIsDebug | opRegOpt | opInit | opReg | OPT_BGN | OPT_INT |
OPT_STR | OPT_FUN | OPT_FLG | OPT_END | OPT_REG |
int | opIsDebug( ) |
int | opRegOpt( int opt, pfi_t func, void* val ) |
int | opInit( int argc, char* argv[] ) |
int | opReg( optTbl_t* tp ) |
void | OPT_BGN( ) |
void | OPT_INT( char* key, int var ) |
void | OPT_STR( char* key, int str ) |
void | OPT_FUN( char* key, int func, void* arg ) |
void | OPT_FLG( char* key, char flagVar, int arg ) |
void | OPT_END( ) |
void | OPT_REG( ) |