MPLAB® Harmony Graphics Suite
|
LIB_EXPORT leFixedString* leFixedString_New( leChar* buf, uint32_t size );
Parameters |
Description |
leChar* buf |
the buffer to assign to this string |
uint32_t size |
the size of the buffer |
leFixedString* - pointer to the newly allocated string
Caller is responsible for freeing the memory allocated by this function using leString_Delete()
MPLAB® Harmony Graphics Suite
|