MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leList_Copy Function
MPLAB® Harmony Graphics Suite
leList_Copy Function
C
int32_t leList_Copy(
    leList* l, 
    leList* r
);
Parameters
Parameters 
Description 
leList* l 
the source list 
leList* r 
the result list 
Returns

int32_t - 0 if success, -1 if failure

MPLAB® Harmony Graphics Suite