Function mrpt::system::os::strcpy

Function Documentation

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

An OS-independent version of strcpy.

Returns:

It will always return the “dest” pointer.