MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t laList_PushBack( laList* list, void* val );
Parameters |
Description |
laList* 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
|