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

leResult - the result of the operation

MPLAB® Harmony Graphics Suite