Function mrpt::system::os::_strnicmp

Function Documentation

int mrpt::system::os::_strnicmp(const char *str, const char *subStr, size_t count) noexcept

An OS-independent version of strnicmp.

Returns:

It will return 0 when both strings are equal, casi insensitive.