MPLAB® Harmony Graphics Suite
|
LIB_EXPORT uint32_t laString_ToCharBuffer( const laString* str, GFXU_CHAR* buffer, uint32_t size );
Parameters |
Description |
laString* str |
the string to reference |
GFXU_CHAR* buffer |
the destination buffer |
uint32_t size |
the max size of the destination buffer |
uint32_t - the number of characters copied
MPLAB® Harmony Graphics Suite
|