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:
committed by
Dmitry Podgorny
parent
60cfcc72e6
commit
a61dba0c13
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user