MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laString_SetCapacity( laString* str, uint32_t cap );
Parameters |
Description |
laString* str |
the string to modify |
uint32_t cap |
the new desired capacity |
laResult - LA_SUCCESS if the operation succeeded
MPLAB® Harmony Graphics Suite
|