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

int32_t - the first index of the value or -1 if not found

MPLAB® Harmony Graphics Suite