MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFXU_CHAR laString_CharAt( const laString* str, uint32_t idx );
Parameters |
Description |
const laString* str |
the string to reference |
uint32_t idx |
the character index to reference |
GFXU_CHAR - the code point of the character
MPLAB® Harmony Graphics Suite
|