Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / sprintf_irc.h
1 /*
2  * sprintf_irc.h
3  *
4  * $Id$
5  */
6 #ifndef INCLUDED_sprintf_irc_h
7 #define INCLUDED_sprintf_irc_h
8 #ifndef INCLUDED_stdarg_h
9 #include <stdarg.h>
10 #define INCLUDED_stdarg_h
11 #endif
12
13 /*
14  * Proto types
15  */
16
17 extern char *vsprintf_irc(char *str, const char *format, va_list);
18 extern char *sprintf_irc(char *str, const char *format, ...); 
19 extern const char atoi_tab[4000];
20
21 #endif /* INCLUDED_sprintf_irc_h */