YACASL2
Functions | Variables
comet2.c File Reference
#include "package.h"
#include "exec.h"
#include "load.h"
Include dependency graph for comet2.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 comet2コマンドのメイン More...
 

Variables

static struct option longopts []
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

comet2コマンドのメイン

Returns
正常終了時は0、異常終了時は1
Parameters
argcコマンドライン引数の数
*argv[]コマンドライン引数の配列

Definition at line 30 of file comet2.c.

Here is the call graph for this function:

Variable Documentation

◆ longopts

struct option longopts[]
static
Initial value:
= {
{"trace", no_argument, NULL, 't'},
{"tracearithmetic", no_argument, NULL, 't'},
{"tracelogical", no_argument, NULL, 'T'},
{"dump", no_argument, NULL, 'd'},
{"monitor", no_argument, NULL, 'm'},
{"memorysize", required_argument, NULL, 'M'},
{"clocks", required_argument, NULL, 'C'},
{"version", no_argument, NULL, 'v' },
{"help", no_argument, NULL, 'h'},
{0, 0, 0, 0},
}

comet2コマンドのオプション

Definition at line 1 of file comet2.c.