YACASL2
Functions | Variables
casl2rev.c File Reference
#include "package.h"
#include "disassemble.h"
#include "load.h"
Include dependency graph for casl2rev.c:

Go to the source code of this file.

Functions

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

Variables

static struct option longopts []
 casl2revコマンドのオプション More...
 

Function Documentation

◆ main()

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

casl2revコマンドのメイン

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

Definition at line 22 of file casl2rev.c.

Here is the call graph for this function:

Variable Documentation

◆ longopts

struct option longopts[]
static
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.