MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laString* laString_New( laString* src );
Parameters |
Description |
laString* src |
a string to copy, can be NULL |
laString* - pointer to the newly allocated string
Caller is responsible for freeing the memory allocated by this function
MPLAB® Harmony Graphics Suite
|