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

leResult - the result of the operation

MPLAB® Harmony Graphics Suite