Rewrote vfprintf() in assembler

git-svn-id: svn://svn.cc65.org/cc65/trunk@511 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-12-01 15:05:46 +00:00
parent 32fb9e74f0
commit 9333d5a839
5 changed files with 161 additions and 49 deletions

View File

@@ -13,7 +13,7 @@
C_OBJS = fclose.o fgets.o fprintf.o calloc.o _fopen.o\
fputs.o fread.o fwrite.o gets.o realloc.o bsearch.o strxfrm.o\
_hextab.o vfprintf.o fdopen.o strtok.o\
_hextab.o fdopen.o strtok.o\
_afailed.o fopen.o fgetc.o fputc.o puts.o gets.o perror.o getchar.o\
vprintf.o vsprintf.o sprintf.o abort.o qsort.o putchar.o\
errormsg.o cprintf.o vcprintf.o freopen.o locale.o fsetpos.o\
@@ -83,6 +83,7 @@ S_OBJS = _fdesc.o \
strupper.o \
tolower.o \
toupper.o \
vfprintf.o \
zerobss.o