MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leArray_Resize Function
MPLAB® Harmony Graphics Suite
leArray_Resize Function
C
leResult leArray_Resize(
    leArray* arr, 
    uint32_t sz
);
Parameters
Parameters 
Description 
leArray* arr 
pointer to the array to resize 
uint32_t sz 
the desired capacity 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite