MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > h) String Functions > leDynamicString_New Function
MPLAB® Harmony Graphics Suite
leDynamicString_New Function
C
LIB_EXPORT leDynamicString* leDynamicString_New();
Returns

leDynamicString* - pointer to the newly allocated string

Remarks

Caller is responsible for freeing the memory allocated by this function using leDynamicString_Delete()

MPLAB® Harmony Graphics Suite