Purge more strcpy/strcat usage.

This commit is contained in:
Erik de Castro Lopo
2013-04-01 22:00:59 +11:00
parent 36c1f08564
commit 932c7ba26c
4 changed files with 17 additions and 10 deletions

View File

@@ -189,7 +189,12 @@
*
* This function wraps the MS version to behave more like the the ISO version.
*/
#ifdef __cplusplus
extern "C" {
#endif
int flac_snprintf(char *str, size_t size, const char *fmt, ...);
#ifdef __cplusplus
};
#endif
#endif /* FLAC__SHARE__COMPAT_H */