MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laArray_PushBack Function
MPLAB® Harmony Graphics Suite
laArray_PushBack Function
C
LIB_EXPORT laResult laArray_PushBack(
    laArray* arr, 
    void* val
);
Parameters
Parameters 
Description 
laArray* arr 
pointer to the array to modify 
void* val 
the value to store 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite