MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leList_Remove Function
MPLAB® Harmony Graphics Suite
leList_Remove Function
C
int32_t leList_Remove(
    leList* list, 
    void*
);
Parameters
Parameters 
Description 
leList* list 
pointer to the list to modify 
void* val 
the value to remove 
Returns

int32_t - 0 if success, -1 if failure

MPLAB® Harmony Graphics Suite