#include "iparser.h"
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) |
|
|
|
|
|
|
|
|
|
|
|
|