MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t laArray_Find( laArray* arr, void* val );
Parameters |
Description |
laArray* arr |
pointer to the array to search |
void* val |
the value to remove |
int32_t - the first index of the value or -1 if not found
MPLAB® Harmony Graphics Suite
|