-
Notifications
You must be signed in to change notification settings - Fork 0
dll_unlink
Taras Maliukh edited this page Apr 11, 2020
·
1 revision
dll_obj_t *dll_unlink(dll_t *restrict dll,
dll_obj_t *restrict dll_obj);
Removing all links to a given object in the list and return it. Links to next and previous list object will be saved in the return object
Pointer to unlink
-ed object otherwise NULL if:
-
dll
ordll_obj
is NULL