MPLAB® Harmony Graphics Suite
|
LIB_EXPORT leResult leRectArray_RemoveAt( leRectArray* arr, uint32_t idx );
Parameters |
Description |
leRectArray* arr |
pointer to the array to modify |
uint32_t idx |
the index of the value to remove |
leResult - the result of the operation
MPLAB® Harmony Graphics Suite
|