comparison src/protocols/jabber/snprintf.c @ 3127:4e7cefc55971

[gaim-migrate @ 3142] Upgraded jabber to most recent stable version committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 04 Apr 2002 03:04:57 +0000
parents 424a40f12a6c
children
comparison
equal deleted inserted replaced
3126:e883f604174e 3127:4e7cefc55971
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>