#include <stdio.h>


Ir al código fuente de este archivo.
Estructuras de datos | |
| struct | clargs |
| struct | clasw |
Definiciones | |
| #define | CLARGS_MAX_LEN 256 |
| #define | CLARGS_CFGFILE "CfgFile" |
| #define | CLARGS_ARGFILE "ArgFile" |
Funciones | |
| clargs * | clargs_construct (int argc, char *argv[], const char *def_cfgfn) |
| void | clargs_destruct (clargs *c) |
| void | clargs_restart (clargs *c) |
| char * | clargs_getarg (clargs *c) |
| char * | clargs_getsarg (clargs *c) |
| char * | clargs_getparg (clargs *c) |
| clasw * | clasw_construct (int argc, char *argv[], const char *sw[], const char *def_cfgfn) |
| void | clasw_destruct (clasw *c) |
| int | clasw_getsw (clasw *c, char **value, int allow_unknown) |
| void | clasw_restart (clasw *c) |
| char * | clasw_getarg (clasw *c) |
| char * | clasw_getsarg (clasw *c) |
| char * | clasw_getparg (clasw *c) |
Variables | |
| int | _clargs_case_sensitive |
| clargs* clargs_construct | ( | int | argc, | |
| char * | argv[], | |||
| const char * | def_cfgfn | |||
| ) |
| clasw* clasw_construct | ( | int | argc, | |
| char * | argv[], | |||
| const char * | sw[], | |||
| const char * | def_cfgfn | |||
| ) |
| int clasw_getsw | ( | clasw * | c, | |
| char ** | value, | |||
| int | allow_unknown | |||
| ) |
1.5.6