cfunc.slen
Return the length of a CPSTR.
Syntax
int _CP_SLEN(CPSTR* string)
Description
returns the length of the CPSTR*, string.
Example
CPSTR * s = _CP_mkstr('hi');
int i = _CP_SLEN(s);
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
