Public Types | |
enum | { OPT_FLAG = 1, OPT_INT, OPT_DBL, OPT_STR, OPT_FFLAG, OPT_FINT, OPT_FDBL, OPT_FSTR } |
Public Attributes | |
enum s_options:: { ... } | type |
char * | label |
void * | arg |
void(* | func )() |
char * | message |
Definition at line 76 of file lemon.c.
anonymous enum |
enum { ... } s_options::type |
Referenced by handleflags(), handleswitch(), and OptPrint().
char* s_options::label |
void* s_options::arg |
void(* s_options::func)() |
Referenced by handleflags(), and handleswitch().
char* s_options::message |