Function mrpt::system::os::_strncmp

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.