1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-23 23:17:45 +00:00

Replaced fscanf by an assembler version

git-svn-id: svn://svn.cc65.org/cc65/trunk@3313 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-11-28 18:11:17 +00:00
parent 163c4e2fc8
commit c74253d081
4 changed files with 82 additions and 38 deletions
+1 -1
View File
@@ -44,7 +44,6 @@ C_OBJS = _afailed.o \
fputc.o \
fputs.o \
freopen.o \
fscanf.o \
fseek.o \
fsetpos.o \
ftell.o \
@@ -100,6 +99,7 @@ S_OBJS = _cwd.o \
fprintf.o \
fread.o \
free.o \
fscanf.o \
fwrite.o \
getcpu.o \
getcwd.o \