]> git.sur5r.net Git - cc65/commit
Added a basic vsnprintf implementation to work around problems with compilers
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 15 Dec 2004 21:23:22 +0000 (21:23 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 15 Dec 2004 21:23:22 +0000 (21:23 +0000)
commite43766ea93c025c6544df77bdbed2423fc28a6de
treec2e6cdd586d522ca8d800f91f55cf85d3ddf9004
parent569f57bc1bc6ac3dd4d145197bd9351b64afd735
Added a basic vsnprintf implementation to work around problems with compilers
that don't have it.
Added SB_VPrintf and SB_Printf as safe replacement for sprintf function
with the output going into a string buffer.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3327 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/common/strbuf.c
src/common/strbuf.h
src/common/xsprintf.c
src/common/xsprintf.h