]> git.sur5r.net Git - cc65/commit
Added getopt. The implementation is based on a public domain source,
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Jul 2010 11:28:02 +0000 (11:28 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Jul 2010 11:28:02 +0000 (11:28 +0000)
commit3afb4e4e9405e5aa388be175407c9d9bd895fab0
tree133407b008688c8d50574e489ae86bde58c48c08
parent4f6fe595b8f28f02933edf4026e38199c5e44294
Added getopt. The implementation is based on a public domain source,
originally written by Henry Spencer and supplied by Harald Arnesen.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4737 b7a2c559-68d2-44c3-8de9-860c34a00d81
doc/funcref.sgml
libsrc/common/Makefile
libsrc/common/getopt.c [new file with mode: 0644]
testcode/lib/getopt-test.c [new file with mode: 0644]