cfunc.mkstr
Create a CPSTR* from a c string
Syntax
CPSTR* _CP_mkstr(char* cstring)
Description
dynamically allocates a CPSTR* and fills it with a copy of cstring.
Example
CPSTR * s = _CP_mkstr('This is a string');
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.
