Move declarations of xmpp_{v,}snprintf.

Use HAVE_SNPRINTF and HAVE_VSNPRINTF to conditionnaly use an internal
version of these functions or use the libc one.
This commit is contained in:
Tristan Le Guern
2015-10-16 14:34:51 +03:00
committed by Dmitry Podgorny
parent 60cfcc72e6
commit a61dba0c13
5 changed files with 48 additions and 53 deletions

View File

@@ -6,6 +6,7 @@
*/
#include <stdio.h>
#include <string.h>
/* We don't have separated header file, so include this instead of common.h */
#include "snprintf.c"