OSDN Git Service

* src/lharc.c (parse_option, parse_suboption): use getopt_long().
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Tue, 28 Sep 2004 17:06:39 +0000 (17:06 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Tue, 28 Sep 2004 17:06:39 +0000 (17:06 +0000)
commit88a97d9e2be4310054b26dfb3746fbd47b114ea0
tree98f8d60d19d521acaf7b1e655c4cd0223e999762
parentb4b0696535909989dbe80c734929ada6ac37dd90
* src/lharc.c (parse_option, parse_suboption): use getopt_long().

* src/Makefile.am: added getopt_long.c and getopt_long.h.

* src/getopt_long.c, src/getopt_long.h: newly added.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@807 6a8cc165-1e22-0410-a132-eb4e3f353aba
src/Makefile.am
src/getopt_long.c [new file with mode: 0644]
src/getopt_long.h [new file with mode: 0644]
src/lharc.c