Added an untested implementation of snprintf.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4246 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-09-27 12:11:05 +00:00
parent 0b43444c26
commit 067383eb6a
2 changed files with 70 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ S_OBJS = _cwd.o \
setjmp.o \
signal.o \
sigtable.o \
snprintf.o \
sprintf.o \
sscanf.o \
strcat.o \