MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laString_Append( laString* dst, const laString* src );
Parameters |
Description |
laString* dst |
the destination string |
const laString* src |
the source string |
laResult - LA_SUCCESS if the operation succeeded
MPLAB® Harmony Graphics Suite
|