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 
00006 #if defined(__cplusplus)
00007 //extern "C" {
00008 #endif
00009 
00010 extern int cs_snprintf(char *, size_t, const char *, /*args*/ ...)
00011     CS_GNUC_PRINTF (3, 4);
00012 extern int cs_vsnprintf(char *, size_t, const char *, va_list)
00013     CS_GNUC_PRINTF (3, 0);
00014 
00015 #if defined(__cplusplus)
00016 //}
00017 #endif
00018 
00019 #endif // __CS_SNPRINTF_H__

Generated for Crystal Space by doxygen 1.2.18