#include <getopt.h>
#include "stage.hh"
#include "config.h"
Include dependency graph for main.cc:

Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static struct option | longopts [] |
const char * | USAGE = " -? : short for --help" |
Function Documentation
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Variable Documentation
struct option longopts[] [static] |
Initial value:
{ { "gui", optional_argument, NULL, 'g' }, { "clock", optional_argument, NULL, 'c' }, { "help", optional_argument, NULL, 'h' }, { "args", required_argument, NULL, 'a' }, { NULL, 0, NULL, 0 } }
const char* USAGE = " -? : short for --help" |
Generated on Mon Jan 24 2011 for Stage by
