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