MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leList_Assign Function
MPLAB® Harmony Graphics Suite
leList_Assign Function
C
int32_t leList_Assign(
    leList* list, 
    size_t idx, 
    void* val
);
Parameters
Parameters 
Description 
leList* list 
pointer to the list to modify 
size_t idx 
the index to modify 
void* val 
the new value of the node 
Returns

int32_t - 0 if success, -1 if failure

MPLAB® Harmony Graphics Suite