#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "getargs.h"Go to the source code of this file.
Functions | |
| void | print_usage (char **usgmsg, char *errmsg) |
| int | getargs (int argc, char **argv, char *ostr) |
Variables | |
| int | argind = 0 |
| int | argerr = 1 |
| char * | argarg |
| int getargs | ( | int | argc, | |
| char ** | argv, | |||
| char * | ostr | |||
| ) |
Definition at line 37 of file tests/getargs.c.
| void print_usage | ( | char ** | usgmsg, | |
| char * | errmsg | |||
| ) |
Definition at line 11 of file tests/getargs.c.
| char* argarg |
Definition at line 35 of file tests/getargs.c.
| int argerr = 1 |
Definition at line 34 of file tests/getargs.c.
| int argind = 0 |
Definition at line 33 of file tests/getargs.c.
1.5.9