MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leList_Find Function
MPLAB® Harmony Graphics Suite
leList_Find Function
C
int32_t leList_Find(
    const leList* list, 
    void* val
);
Parameters
Parameters 
Description 
leList* list 
pointer to the list to reference 
void* val 
the value to search for 
Returns

int32_t - the index of the value searched for

MPLAB® Harmony Graphics Suite