#include <stdio.h>
#include <fcntl.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include "cuf-global.h"
#include "llist.h"
#include "mimeproc.h"
#include "strings.h"
#include "win32lacks.h"
Go to the source code of this file.
Data Structures | |
struct | _IOption |
struct | _IOpts |
Typedefs | |
typedef enum _IOptType | IOptType |
typedef _IOption | IOption |
typedef _IOpts | IOpts |
Enumerations | |
enum | _IOptType { IBool, IChar, IInt, ILong, IFloat, IDouble, IString, IDString, IFuncVoid, IFuncBool, IFuncChar, IFuncInt, IFuncLong, IFuncFloat, IFuncDouble, IFuncString, IFuncDString, IFuncWVoid, IFuncWBool, IFuncWChar, IFuncWInt, IFuncWLong, IFuncWFloat, IFuncWDouble, IFuncWString, IFuncWDString } |
Functions | |
IOpts * | ioption_init (void) |
void | ioption_add (IOpts *opts, char *sw, IOptType iot, void *var) |
void | ioption_allowfrees_set (IOpts *opts, int allowfrees) |
int | ioption_parse (IOpts *opts, char *filename) |
int | ioption_write (IOpts *opts, char *filename) |
void | ioption_done (IOpts *opts) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|