mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Define function flac_snprintf() which has ISO C99 snprintf() behavior even when compiling with Microsoft Visual Studio, by wrapping the MSVS snprintf_s() function.