Archive for 'Uncategorized' Category

Assembling a faster strlen()

17 February 2008

If you have coded something in C, I’m quite sure you have used the strlen() library function. It returns the length of a string. It couldn’t be easier, you probably know how to code it, but you just don’t bother to do it yourself (that’s why the libraries are there).
So… have you seen that code? […]