|
libcfe
0.12.1
some useful C-functions
|
#include <getparam.h>
Data Fields | |
| char * | longopt |
| char | shortopt |
| char * | configname |
| short int | type |
| void * | ptr |
| void * | default_value |
| char * | help_text |
Definition at line 21 of file getparam.h.
| char* configname |
Definition at line 25 of file getparam.h.
| void* default_value |
Definition at line 28 of file getparam.h.
| char* help_text |
Definition at line 29 of file getparam.h.
| char* longopt |
Definition at line 23 of file getparam.h.
| void* ptr |
Definition at line 27 of file getparam.h.
| char shortopt |
Definition at line 24 of file getparam.h.
| short int type |
Definition at line 26 of file getparam.h.