CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

csutil/snprintf.h

00001 #ifndef __CS_SNPRINTF_H__
00002 #define __CS_SNPRINTF_H__
00003 
00004 #include <stdarg.h>
00005 #include "csextern.h"
00006 
00007 #if defined(__cplusplus)
00008 //extern "C" {
00009 #endif
00010 
00011 extern CS_CSUTIL_EXPORT int cs_snprintf(char *, size_t, const char *, /*args*/ ...)
00012     CS_GNUC_PRINTF (3, 4);
00013 extern CS_CSUTIL_EXPORT int cs_vsnprintf(char *, size_t, const char *, va_list)
00014     CS_GNUC_PRINTF (3, 0);
00015 
00016 #if defined(__cplusplus)
00017 //}
00018 #endif
00019 
00020 #endif // __CS_SNPRINTF_H__

Generated for Crystal Space by doxygen 1.2.18