#include "package.h"
#include "disassemble.h"
#include "load.h"
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
| casl2revコマンドのメイン More...
|
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
casl2revコマンドのメイン
- Returns
- 正常終了時は0、異常終了時は1
- Parameters
-
argc | コマンドライン引数の数 |
*argv[] | コマンドライン引数の配列 |
Definition at line 22 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 1 of file casl2rev.c.