MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laString_Insert( laString* dst, const laString* src, uint32_t idx );
Parameters |
Description |
laString* dst |
the destination string |
const laString* src |
the source string |
uint32_t idx |
the insertion index |
laResult - LA_SUCCESS if the operation succeeded
MPLAB® Harmony Graphics Suite
|