YACASL2
Functions | Variables
dumpword.c File Reference
#include "package.h"
#include "word.h"
Include dependency graph for dumpword.c:

Go to the source code of this file.

Functions

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

Variables

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

Function Documentation

◆ main()

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

dumpwordコマンドのメイン

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

Definition at line 23 of file dumpword.c.

Here is the call graph for this function:

Variable Documentation

◆ longopts

struct option longopts[]
static
Initial value:
= {
{ "arithmetic", no_argument, NULL, 'a' },
{ "logical", no_argument, NULL, 'l' },
{ "version", no_argument, NULL, 'v' },
{ "help", no_argument, NULL, 'h' },
{ 0, 0, 0, 0 },
}

dumpwordコマンドのオプション

Definition at line 1 of file dumpword.c.