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

leResult - the result of the operation

MPLAB® Harmony Graphics Suite