MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t laList_RemoveAt( laList* list, uint32_t idx );
Parameters |
Description |
laList* list |
pointer to the list to modify |
uint32_t idx |
the index of the value to remove |
int32_t - 0 if success, -1 if failure
MPLAB® Harmony Graphics Suite
|