X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fdumpword.c;h=0bc9a472c93344720e5833628cf37db3be2f7896;hp=d0afa9f8457d1b2753f0cedb8c43dd1b99265aa1;hb=7f7bde5dd1305cfc598fe09030c69aad0dc01368;hpb=d1f82970bf7d41db2fea11b08cd8e308f6cb8138 diff --git a/src/dumpword.c b/src/dumpword.c index d0afa9f..0bc9a47 100644 --- a/src/dumpword.c +++ b/src/dumpword.c @@ -5,6 +5,9 @@ #include "word.h" #include "cerr.h" +/** + * dumpwordコマンドのオプション + */ static struct option longopts[] = { { "arithmetic", no_argument, NULL, 'a' }, { "logical", no_argument, NULL, 'l' },