MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leList_RemoveAt Function
MPLAB® Harmony Graphics Suite
leList_RemoveAt Function
C
int32_t leList_RemoveAt(
    leList* list, 
    uint32_t idx
);
Parameters
Parameters 
Description 
leList* list 
pointer to the list to modify 
uint32_t idx 
the index of the value to remove 
Returns

int32_t - 0 if success, -1 if failure

MPLAB® Harmony Graphics Suite