csutil/snprintf.h File Reference
Implementations of [v][a]snprintf(). More...
#include <stdarg.h>
#include "csextern.h"
Go to the source code of this file.
Functions | |
int | cs_asprintf (char **, const char *,...) |
Portable implementation of asprintf(). | |
int | cs_snprintf (char *buf, size_t bufSize, const char *format,...) |
Portable implementation of snprintf(). | |
int | cs_vasprintf (char **, const char *, va_list) |
Portable implementation of asprintf().
| |
int | cs_vsnprintf (char *, size_t, const char *, va_list) |
Portable implementation of vsnprintf(). |
Detailed Description
Implementations of [v][a]snprintf().
Definition in file snprintf.h.
Generated for Crystal Space by doxygen 1.4.7