src/protocols/jabber/snprintf.c

changeset 3127
4213ad5b231c
parent 2086
007508451e2c
equal deleted inserted replaced
3126:2608079efd58 3127:4213ad5b231c
51 * This code is based on, and used with the permission of, the 51 * This code is based on, and used with the permission of, the
52 * SIO stdio-replacement strx_* functions by Panos Tsirigotis 52 * SIO stdio-replacement strx_* functions by Panos Tsirigotis
53 * <panos@alumni.cs.colorado.edu> for xinetd. 53 * <panos@alumni.cs.colorado.edu> for xinetd.
54 */ 54 */
55 55
56 #include <libxode.h> 56 #include "lib.h"
57 57
58 #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) 58 #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
59 59
60 #include <stdio.h> 60 #include <stdio.h>
61 #include <ctype.h> 61 #include <ctype.h>

mercurial