Function mrpt::system::os::_strncmp
Defined in File os.h
Function Documentation
-
int mrpt::system::os::_strncmp(const char *str, const char *subStr, size_t count) noexcept
An OS-independent version of strncmp.
- Returns:
It will return 0 when both strings are equal, casi sensitive.