multi.h

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

Generated on Mon Oct 30 15:11:13 2006 for bglibs by  doxygen 1.4.7