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

leResult - the result of the operation

MPLAB® Harmony Graphics Suite