#include "utap/signalflow.h"
#include "utap/systembuilder.h"
#include "utap/typechecker.h"
#include "utap/system.h"
#include <iostream>
#include <fstream>
#include <string>
#include <inttypes.h>
#include <sys/param.h>
Functions | |
int | getopt (int argc, char *const argv[], const char *optstring) |
void | printHelp (const char *binary) |
int | main (int argc, char *argv[]) |
Variables | |
char * | optarg |
int | optind |
int | opterr |
int | optopt |
int getopt | ( | int | argc, | |
char *const | argv[], | |||
const char * | optstring | |||
) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
void printHelp | ( | const char * | binary | ) |
char* optarg |
int opterr |
int optind |
int optopt |