|
YACASL2
|
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のエラー定義 | |
| #define _GNU_SOURCE |
Definition at line 1 of file comet2monitor.c.
| void addcerrlist_comet2monitor | ( | ) |
Definition at line 25 of file comet2monitor.c.
| int main | ( | int | argc, |
| char * | argv[] ) |
comet2monitorコマンドのメイン
| argc | コマンドライン引数の数 |
| *argv[] | コマンドライン引数の配列 |
Definition at line 38 of file comet2monitor.c.
| CERR cerr_comet2monitor[] |
casl2のエラー定義
Definition at line 21 of file comet2monitor.c.
|
static |
comet2monitorコマンドのオプション
Definition at line 10 of file comet2monitor.c.