MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t laString_Compare( const laString* lstr, const laString* rstr );
Parameters |
Description |
const laString* lstr |
the left argument |
const laString* rstr |
the right argument |
int32_t - the result of the string comparison, 0 if the strings are equal see strcmp() for more information
MPLAB® Harmony Graphics Suite
|