Function mrpt::system::os::strcpy
Defined in File os.h
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.