This will be used to implement the case insensitive str{,n}casecmp
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/src/string/memory_utils/strcmp_implementations.h | ||
---|---|---|
21 | 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 | ||
---|---|---|
21 | 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?