MPLAB® Harmony Graphics Suite
|
LIB_EXPORT void laString_ExtractFromTable( laString* dst, uint32_t table_index );
Parameters |
Description |
laString* dst |
the destination string object |
uint32_t table_index |
the table index to extract |
void
Caller is responsible for the allocated memory but does not need to preserve the input buffer to maintain the string buffer state.
MPLAB® Harmony Graphics Suite
|