YACASL2
Loading...
Searching...
No Matches
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.

Macros

#define _GNU_SOURCE

Functions

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

Variables

static struct option longopts []

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Definition at line 1 of file comet2.c.

Function Documentation

◆ main()

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

comet2コマンドのメイン

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

Definition at line 31 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' },
{ "reverse", no_argument, NULL, 'r' },
{ "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 9 of file comet2.c.