]> git.sur5r.net Git - cc65/commit
Rewrote _scanf. It does need some tests and improvements, but it's a more
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 26 Nov 2004 22:16:54 +0000 (22:16 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 26 Nov 2004 22:16:54 +0000 (22:16 +0000)
commitb1d4e1613bf34f846d9a0638d4e7cdb1f9b5ab71
tree1a06f589328a38f5928e7f89b232b13584047b39
parente35b91ed3b83f33025e8dbcafd855af92090f273
Rewrote _scanf. It does need some tests and improvements, but it's a more
standard version than before, and it does support the necessary functionality
to support scanf functions for files.
Added vfscanf, fscanf and vfscanf.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3301 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/common/.cvsignore
libsrc/common/Makefile
libsrc/common/_scanf.c
libsrc/common/_scanf.h
libsrc/common/fscanf.c [new file with mode: 0644]
libsrc/common/scanf.c [new file with mode: 0644]
libsrc/common/vfscanf.c [new file with mode: 0644]
libsrc/common/vsscanf.c