#include <stdio.h>
#include "util.h"
Go to the source code of this file.
Functions | |
| void | util_getopt_reset () |
| int | util_getopt (int argc, char **argv, char *optstring) |
Variables | |
| char * | util_optarg |
| int | util_optind = 0 |
Definition in file getopt.c.
| int util_getopt | ( | int | argc, | |
| char ** | argv, | |||
| char * | optstring | |||
| ) |
| char* util_optarg |
| int util_optind = 0 |