Wednesday, November 18, 2009

strlen @ C

Take care of bastard, strlen in C does not take the last ending sign.

DESCRIPTION
The strlen() function calculates the length of the string
s, not including the terminating '\0' character.

No comments: