Function mrpt::system::os::vsnprintf
Defined in File os.h
Function Documentation
-
int mrpt::system::os::vsnprintf(char *buf, size_t bufSize, const char *format, va_list args) noexcept
An OS-independent version of vsnprintf (Notice the bufSize param, which may be ignored in some compilers)