|
utils
|
#include <config.h>#include <stdio.h>#include <libgeda/libgeda.h>#include "../include/globals.h"#include "../include/prototype.h"
Go to the source code of this file.
Defines | |
| #define | OPTIONS "hqveu" |
Functions | |
| void | usage (char *cmd) |
| int | parse_commandline (int argc, char *argv[]) |
Variables | |
| char * | optarg |
| int | optind |
| #define OPTIONS "hqveu" |
Definition at line 40 of file parsecmd.c.
| void usage | ( | char * | cmd | ) |
Definition at line 48 of file parsecmd.c.
| int parse_commandline | ( | int | argc, |
| char * | argv[] | ||
| ) |
| char* optarg |
| int optind |