YACASL2
Loading...
Searching...
No Matches
dumpword.c File Reference
#include "package.h"
#include "word.h"
Include dependency graph for dumpword.c:

Go to the source code of this file.

Macros

#define _GNU_SOURCE

Functions

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

Variables

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

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Definition at line 1 of file dumpword.c.

Function Documentation

◆ main()

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

dumpwordコマンドのメイン

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

Definition at line 24 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 8 of file dumpword.c.