The slen() function is almost identical with "strlen()" function from <string.h> header. It has been rewritten so that it should have a name compliant with the next rewritten functions.
PARAMETERS:
pcString = the input string who's length is desired;
RETURN VALUES:
This function returns the length of the NULL terminated input string, without the NULL character. |