MPLAB® Harmony Graphics Suite
|
LIB_EXPORT leTableString* leTableString_New( uint32_t idx );
Parameters |
Description |
idx |
the table index to reference |
leTableString* - pointer to the newly allocated string
Caller is responsible for freeing the memory allocated by this function using leString_Delete()
MPLAB® Harmony Graphics Suite
|