MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t laList_Find( laList* list, void* val );
Parameters |
Description |
laList* list |
pointer to the list to reference |
void* val |
the value to search for |
int32_t - the index of the value searched for
MPLAB® Harmony Graphics Suite
|