#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cuf-global.h"
#include "array.h"
#include "llist.h"
Go to the source code of this file.
Data Structures | |
struct | _COption_description |
struct | _COption_letter |
struct | _COption_word |
Typedefs | |
typedef enum _OType | OType |
typedef _COption_description | COption_description |
typedef _COption_letter | COption_letter |
typedef _COption_word | COption_word |
Enumerations | |
enum | _OType { OBool, OChar, OInt, OLong, OFloat, ODouble, OString, OFuncVoid, OFuncBool, OFuncChar, OFuncInt, OFuncLong, OFuncFloat, OFuncDouble, OFuncString, OString2d, OFuncString2d, OProgramname } |
Functions | |
void | popts_init (void) |
void | popts_description_add (unsigned int letterid, unsigned int wordid, char *desc) |
unsigned int | popts_letter_add (char sl, OType ot, void *var) |
unsigned int | popts_word_add (char *sw, OType ot, void *var) |
void | popts_help_add (void) |
void | popts_descriptions_print (void) |
int | popts_parse (int argc, char **argv) |
void | popts_done (void) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|