Function mrpt::system::os::strcat

Function Documentation

char *mrpt::system::os::strcat(char *dest, size_t destSize, const char *source) noexcept

An OS-independent version of strcat.

Returns:

It will always return the “dest” pointer.