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
This commit is contained in:
uz
2010-07-10 11:28:02 +00:00
parent 4f6fe595b8
commit 3afb4e4e94
4 changed files with 191 additions and 13 deletions

View File

@@ -59,6 +59,7 @@ C_OBJS = _afailed.o \
fsetpos.o \
ftell.o \
getchar.o \
getopt.o \
gets.o \
gmtime.o \
locale.o \