MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laString_Allocate( laString* str, uint32_t size );
Parameters |
Description |
laString* str |
the string to modify |
uint32_t size |
the desired size of the string |
laResult - LA_SUCCESS if the function succeeded
If size is zero then the memory will be freed and the function will return success.
MPLAB® Harmony Graphics Suite
|