00001 /* $Id: multi.h 616 2005-08-19 20:11:01Z bruce $ */ 00002 #ifndef FMT__MULTI__H__ 00003 #define FMT__MULTI__H__ 00004 00005 #include <stdarg.h> 00006 00015 extern unsigned fmt_multi(char* buffer, const char* format, ...); 00016 extern unsigned fmt_multiv(char* buffer, const char* format, va_list ap); 00017 00022 #endif