|
YACASL2
|
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コマンドのオプション | |
| #define _GNU_SOURCE |
Definition at line 1 of file dumpword.c.
| int main | ( | int | argc, |
| char * | argv[] ) |
dumpwordコマンドのメイン
| argc | コマンドライン引数の数 |
| *argv[] | コマンドライン引数の配列 |
Definition at line 24 of file dumpword.c.
|
static |
dumpwordコマンドのオプション
Definition at line 8 of file dumpword.c.