MPLAB® Harmony Graphics Suite
|
LIB_EXPORT void laString_Delete( laString** str );
Parameters |
Description |
laString** str |
pointer to a pointer to a string object |
void
Will free local string data and the memory for the string pointer itself, setting the pointer to NULL if successful
MPLAB® Harmony Graphics Suite
|