1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-25 06:17:58 +00:00

Replace sscanf by an assembler version

git-svn-id: svn://svn.cc65.org/cc65/trunk@3314 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-11-28 18:23:16 +00:00
parent c74253d081
commit 501cc4c6c8
4 changed files with 83 additions and 37 deletions
+1 -1
View File
@@ -60,7 +60,6 @@ C_OBJS = _afailed.o \
rewind.o \
scanf.o \
sleep.o \
sscanf.o \
strftime.o \
strxfrm.o \
strtok.o \
@@ -139,6 +138,7 @@ S_OBJS = _cwd.o \
signal.o \
sigtable.o \
sprintf.o \
sscanf.o \
strcat.o \
strchr.o \
strcmp.o \