#include "package.h"
#include "disassemble.h"
#include "load.h"
Go to the source code of this file.
|
| int | main (int argc, char *argv[]) |
| | casl2revコマンドのメイン
|
|
| static struct option | longopts [] |
| | casl2revコマンドのオプション
|
◆ _GNU_SOURCE
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
casl2revコマンドのメイン
- Returns
- 正常終了時は0、異常終了時は1
- Parameters
-
| argc | コマンドライン引数の数 |
| *argv[] | コマンドライン引数の配列 |
Definition at line 23 of file casl2rev.c.
◆ longopts
Initial value:= {
{"version", no_argument, NULL, 'v' },
{"help", no_argument, NULL, 'h'},
{0, 0, 0, 0},
}
casl2revコマンドのオプション
Definition at line 9 of file casl2rev.c.