Comment on Show HN: I rewrote few of the common core string.h functionsComments−nemothekid1y`r_strlen` truncates the output length on 64bit systems (size_t is 64 bits while int is 32 bits).You should be compiling with -Wall -Werror.
Comments
`r_strlen` truncates the output length on 64bit systems (size_t is 64 bits while int is 32 bits).
You should be compiling with -Wall -Werror.