MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_New Function
MPLAB® Harmony Graphics Suite
laString_New Function
C
LIB_EXPORT laString* laString_New(
    laString* src
);
Parameters
Parameters 
Description 
laString* src 
a string to copy, can be NULL 
Returns

laString* - pointer to the newly allocated string

Remarks

Caller is responsible for freeing the memory allocated by this function

MPLAB® Harmony Graphics Suite