|
Architecture dependent memory-safe sprintf capability. More...
Go to the source code of this file.
Functions | |
ARCH_API int | ArchVsnprintf (char *str, size_t size, const char *format, va_list ap) |
Return the number of characters (not including the null character) necessary for a particular sprintf into a string. | |
ARCH_API std::string | ArchStringPrintf (const char *fmt,...) |
Returns a string formed by a printf()-like specification. | |
Architecture dependent memory-safe sprintf capability.
Definition in file vsnprintf.h.