
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| int | daggerset |
| static struct option | longopts [] |
| int main | ( | int argc | , |
| char * | argv[] | ||
| ) |
Definition at line 28 of file test_getopt_long.c.
| int daggerset |
Definition at line 14 of file test_getopt_long.c.
{
{ "help", no_argument, 0, 'h' },
{ "buffy", no_argument, 0, 'b' },
{ "fluoride", required_argument, 0, 'f' },
{ "daggerset", no_argument, &daggerset, 1000 },
{ "daggerunset", no_argument, &daggerset, 1001 },
{ "spike", optional_argument, 0, 1002 },
{ NULL, 0, 0, 0 }
}
Definition at line 17 of file test_getopt_long.c.