MPLAB® Harmony Graphics Suite
|
Gets the line count for a leChar style string
LIB_EXPORT uint32_t leStringUtils_GetLineCount( const leChar* str, uint32_t size );
Parameters |
Description |
const leChar* str |
the source leChar string |
uint32_t size |
the size of the input buffer in code points |
uint32_t - the number of lines in the string
MPLAB® Harmony Graphics Suite
|