This will be used to implement the case insensitive str{,n}casecmp
Details
Details
Diff Detail
Diff Detail
Event Timeline
| libc/src/string/memory_utils/strcmp_implementations.h | ||
|---|---|---|
| 20 | Will there be a problem with signed-ness difference between char and unsigned char in lines 20 vs 22? | |
| libc/src/string/memory_utils/strcmp_implementations.h | ||
|---|---|---|
| 20 | I don't really know, this is just how it was before and I copied verbatim other than using the comparator function | |
Will there be a problem with signed-ness difference between char and unsigned char in lines 20 vs 22?