Function mu::tiny::strncmp¶
Defined in File String.hpp
Function Documentation¶
-
int mu::tiny::strncmp(const char *s1, const char *s2, size_t n)¶
Compare at most
ncharacters ofs1ands2.
Defined in File String.hpp
Compare at most n characters of s1 and s2.