MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t laList_Copy( laList* l, laList* r );
Parameters |
Description |
laList* l |
the source list |
laList* r |
the result list |
int32_t - 0 if success, -1 if failure
MPLAB® Harmony Graphics Suite
|