Add file src/share/grabbag/snprintf.c to grabbag library.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 17 Mar 2013 09:51:52 +0000 (20:51 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 17 Mar 2013 09:52:04 +0000 (20:52 +1100)
commit06af237c7008086a5389871320e5669dd51a0fdc
tree5be91b7126cec1cc89560ef254868d012fda74aa
parent248d7924b711bd093bc2d7c5c2ac0265ed934d33
Add file src/share/grabbag/snprintf.c to grabbag library.

Define function flac_snprintf() which has ISO C99 snprintf() behavior
even when compiling with Microsoft Visual Studio, by wrapping the
MSVS snprintf_s() function.
include/share/compat.h
src/share/grabbag/Makefile.am
src/share/grabbag/grabbag_static.vcproj
src/share/grabbag/snprintf.c [new file with mode: 0644]