main.cc File Reference
#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 = " -? : equivalent to --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 = " -? : equivalent to --help"