MPLAB® Harmony Graphics Suite
|
LIB_EXPORT uint32_t laString_Remove( laString* str, uint32_t idx, uint32_t count );
Parameters |
Description |
laString* str |
the string to operate on |
uint32_t idx |
the index to remove from the number of characters to remove |
uint32_t - the number of characters removed
MPLAB® Harmony Graphics Suite
|