1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 10:03:13 +02:00

Unreal3.1-beta3 to Unreal3.1

This commit is contained in:
stskeeps
2000-07-16 20:37:15 +00:00
parent 5d21b18d82
commit 206dc189ba
88 changed files with 6487 additions and 3870 deletions
+10 -1
View File
@@ -14,8 +14,17 @@
* Proto types
*/
/* You do want it to work in debug mode yes ? --DrBin */
#ifndef DEBUGMODE
extern char *ircvsprintf(char *str, const char *format, va_list);
extern char *ircsprintf(char *str, const char *format, ...);
extern char *ircsprintf(char *str, const char *format, ...);
#else
#define ircsprintf sprintf
#define ircvsprintf vsprintf
#endif
extern const char atoi_tab[4000];
#endif