Monado OpenXR Runtime
|
Truncating versions of string printing functions. More...
Go to the source code of this file.
Functions | |
static int | u_truncate_vsnprintf (char *chars, size_t char_count, const char *fmt, va_list args) |
We want to truncate the value, not get the possible written. More... | |
static int | u_truncate_snprintf (char *chars, size_t char_count, const char *fmt,...) |
We want to truncate the value, not get the possible written, and error when we can not write out anything. More... | |
Truncating versions of string printing functions.