mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
parent
446a1f7c5a
commit
06f9a5b627
34 changed files with 115 additions and 51 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "libc/testlib/testlib.h"
|
||||
|
||||
bool testlib_strcaseequals(size_t cw, const void *s1, const void *s2) {
|
||||
return testlib_strncaseequals(cw, s1, s2, SIZE_MAX);
|
||||
return testlib_strncaseequals(cw, s1, s2, LONG_MAX);
|
||||
}
|
||||
|
||||
bool testlib_strncaseequals(size_t cw, const void *s1, const void *s2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue