MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t laString_CompareBuffer( const laString* str, const GFXU_CHAR* buffer );
Parameters |
Description |
const laString* lstr |
the string |
const GFXU_CHAR* buffer |
the GFXU_CHAR buffer |
int32_t - the result of the string comparison, 0 if the strings are equal see strcmp() for more information
MPLAB® Harmony Graphics Suite
|