10 comments

[ 3.4 ms ] story [ 41.0 ms ] thread
Is this meant to be used in production systems, or is it just a learning exercise?
how do you know that the implementation is correct? i don't see tests
`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.