#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 | _DescMember |
struct | _DescCatagory |
struct | _COption |
Typedefs | |
typedef enum _OType | OType |
typedef enum _OClass | OClass |
typedef _DescMember | DescMember |
typedef _DescCatagory | DescCatagory |
typedef _COption | COption |
Enumerations | |
enum | _OType { OBool, OChar, OInt, OLong, OFloat, ODouble, OString, OFuncVoid, OFuncBool, OFuncChar, OFuncInt, OFuncLong, OFuncFloat, OFuncDouble, OFuncString, OString2d, OFuncString2d, OProgramname } |
enum | _OClass { OCLetter, OCWord, OCSpecial } |
Functions | |
unsigned int | popts2_add (char *s, OClass oc, OType ot, void *var) |
void | popts2_desc_cat_add (char *cname, char *text) |
int | popts2_desc_add (char *cname, char *desc) |
void | popts2_desc_connect (unsigned int did, unsigned int oid) |
void | popts2_desc_print (void) |
void | popts2_help_add (void) |
void | popts2_parse (int argc, char **argv) |
void | popts2_done (void) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|