Function mrpt::system::os::sprintf

Function Documentation

int mrpt::system::os::sprintf (char *buf, size_t bufSize, const char *format,...) noexcept MRPT_printf_format_check(3

An OS-independent version of sprintf (Notice the bufSize param, which may be ignored in some compilers)

See also

mrpt::format