MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leArray_Clear Function
MPLAB® Harmony Graphics Suite
leArray_Clear Function
C
leResult leArray_Clear(
    leArray* arr
);
Parameters
Parameters 
Description 
leArray* arr 
the array to modify 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite