]> git.sur5r.net Git - cc65/commit
Completed _scanf.c, added vsscanf.c, rewrote sscanf.c.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 24 Mar 2002 13:26:18 +0000 (13:26 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 24 Mar 2002 13:26:18 +0000 (13:26 +0000)
commit6e37905b1898589b70d9d67428a3a5ae9c81cd0f
treed4405a007bd56f491cad8fff5ce2771cc3802ee0
parentd4cb713197c88e09f0d873a330d1532abe119705
Completed _scanf.c, added vsscanf.c, rewrote sscanf.c.
Added an assembler include _file.inc and changed asm code that uses struct
FILE to be independent of its size.
Fixed return codes in several files to use EOF instead of -1.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1205 b7a2c559-68d2-44c3-8de9-860c34a00d81
15 files changed:
libsrc/common/.cvsignore
libsrc/common/Makefile
libsrc/common/_fdesc.s
libsrc/common/_file.h
libsrc/common/_file.inc [new file with mode: 0644]
libsrc/common/_file.s
libsrc/common/_scanf.c
libsrc/common/fclose.c
libsrc/common/fgetc.c
libsrc/common/fgets.c
libsrc/common/fputc.c
libsrc/common/fputs.c
libsrc/common/gets.c
libsrc/common/sscanf.c
libsrc/common/vsscanf.c [new file with mode: 0644]