MPLAB® Harmony Graphics Suite
|
Gets the line count for a C-style string
LIB_EXPORT uint32_t leStringUtils_GetLineCountCStr( const char* str );
Parameters |
Description |
const char* str |
the source C string to analyze |
uint32_t - the number of lines in the string
MPLAB® Harmony Graphics Suite
|