Add support for snprintf and vsnprintf. Try and make the return value a bit
authorDavid Given <dg@cowlark.com>
Wed, 29 May 2013 16:10:58 +0000 (17:10 +0100)
committerDavid Given <dg@cowlark.com>
Wed, 29 May 2013 16:10:58 +0000 (17:10 +0100)
commit69953d016c2898c166d02db2a6e54cc896633bb0
tree7bf6658291ff5680561d72974659b9db4e3fd1d1
parentd3e3e7286039d63a500afaa4a52eb20885e7280f
Add support for snprintf and vsnprintf. Try and make the return value a bit
more standards-compliant.

--HG--
branch : dtrg-videocore
lang/cem/libcc.ansi/build.mk
lang/cem/libcc.ansi/headers/stdio.h
lang/cem/libcc.ansi/stdio/doprnt.c
lang/cem/libcc.ansi/stdio/snprintf.c [new file with mode: 0644]
lang/cem/libcc.ansi/stdio/vsnprintf.c [new file with mode: 0644]