MPLAB® Harmony Graphics Suite
|
int32_t leList_PushFront( leList* list, void* );
Parameters |
Description |
leList* list |
pointer to the list to modify |
void* val |
the new value of the node |
int32_t - 0 if success, -1 if failure
MPLAB® Harmony Graphics Suite
|