MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / strnatcasecmp

Function strnatcasecmp

strnatcmp.c:176–178  ·  view source on GitHub ↗

Compare, recognizing numeric string and ignoring case. */

Source from the content-addressed store, hash-verified

174
175/* Compare, recognizing numeric string and ignoring case. */
176int strnatcasecmp(nat_char const *a, nat_char const *b) {
177 return strnatcmp0(a, b, 1);
178}

Callers 1

fileListAddEntryFunction · 0.85

Calls 1

strnatcmp0Function · 0.85

Tested by

no test coverage detected