MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leArray_InsertAt Function
MPLAB® Harmony Graphics Suite
leArray_InsertAt Function
C
leResult leArray_InsertAt(
    leArray* arr, 
    uint32_t idx, 
    void* val
);
Parameters
Parameters 
Description 
leArray* arr 
pointer to the array to modify 
uint32_t idx 
the position to insert the value 
void* val 
the value to store 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite