MPLAB® Harmony Graphics Suite
|
Gets the line indices for a leChar style string
Parameters |
Description |
const leChar* str |
the source leChar string |
uint32_t size |
the size of the input buffer in code points |
uint32_t line |
the line index to query |
uint32_t* start |
will contain the start index of the line |
uint32_t* end |
will contain the end index of the line |
leResult - the result of the operation
MPLAB® Harmony Graphics Suite
|