YACASL2
Loading...
Searching...
No Matches
comet2monitor.c File Reference
#include "package.h"
#include "exec.h"
#include "load.h"
#include "monitor.h"
Include dependency graph for comet2monitor.c:

Go to the source code of this file.

Macros

#define _GNU_SOURCE

Functions

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

Variables

static struct option longopts []
CERR cerr_comet2monitor []
 casl2のエラー定義

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Definition at line 1 of file comet2monitor.c.

Function Documentation

◆ addcerrlist_comet2monitor()

void addcerrlist_comet2monitor ( )

Definition at line 25 of file comet2monitor.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

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

comet2monitorコマンドのメイン

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

Definition at line 38 of file comet2monitor.c.

Here is the call graph for this function:

Variable Documentation

◆ cerr_comet2monitor

CERR cerr_comet2monitor[]
Initial value:
= {
{ 401, "invalid option" },
}

casl2のエラー定義

Definition at line 21 of file comet2monitor.c.

◆ longopts

struct option longopts[]
static
Initial value:
= {
{"memorysize", required_argument, NULL, 'M'},
{"clocks", required_argument, NULL, 'C'},
{"version", no_argument, NULL, 'v' },
{"help", no_argument, NULL, 'h'},
{0, 0, 0, 0},
}

comet2monitorコマンドのオプション

Definition at line 10 of file comet2monitor.c.