Files
jsix_import/src/libraries/libc/string/strncmp.cpp
Justin C. Miller 0ab2f59fe8 [libc] Fix a strncmp bug
The strncmp implementation too eagerly advanced the string pointers,
such that it would compare the next characters after the ones that
didn't match.
2024-04-28 19:35:12 -07:00

652 B