Implemented the ungetc function

git-svn-id: svn://svn.cc65.org/cc65/trunk@3036 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-05-13 21:39:17 +00:00
parent f36b52f2aa
commit dc16edb6b2
2 changed files with 72 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ S_OBJS = _cwd.o \
tolower.o \
toupper.o \
uname.o \
ungetc.o \
unlink.o \
utscopy.o \
vfprintf.o \