![]() |
Public API 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 vasprintf(). | |
int | cs_vsnprintf (char *, size_t, const char *, va_list) |
Portable implementation of vsnprintf() |
Implementations of [v][a]snprintf()
Definition in file snprintf.h.