]> git.sur5r.net Git - cc65/commit
Fixed the return code of fgetpos and ftell.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 6 Nov 2003 18:04:07 +0000 (18:04 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 6 Nov 2003 18:04:07 +0000 (18:04 +0000)
commit6966ccda7ea952a6329055751c432b62c853dd8e
treee895bceb1a391236820105031e48183838295cd9
parent8400fb848a63cbc03b8d4f44eb30767074e96dec
Fixed the return code of fgetpos and ftell.
Made lots of functions __fastcall__.

git-svn-id: svn://svn.cc65.org/cc65/trunk@2615 b7a2c559-68d2-44c3-8de9-860c34a00d81
15 files changed:
libsrc/common/fdopen.c
libsrc/common/fgetc.c
libsrc/common/fgetpos.c
libsrc/common/fgets.c
libsrc/common/fputc.c
libsrc/common/freopen.c
libsrc/common/fseek.c
libsrc/common/fsetpos.c
libsrc/common/ftell.c
libsrc/common/getchar.c
libsrc/common/gets.c
libsrc/common/putchar.c
libsrc/common/puts.c
libsrc/common/rewind.c
libsrc/common/vsscanf.c