![]() |
Architecture dependent memory-safe sprintf capability. More...
Include dependency graph for vsnprintf.h: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. More... | |
| ARCH_API std::string | ArchStringPrintf (const char *fmt,...) |
| Returns a string formed by a printf()-like specification. More... | |
Architecture dependent memory-safe sprintf capability.
Definition in file vsnprintf.h.