-
Notifications
You must be signed in to change notification settings - Fork 0
dll_free*
Taras Maliukh edited this page Apr 12, 2020
·
3 revisions
bool dll_free(dll_t *restrict *restrict dll);
bool dll_freeobj(dll_obj_t *restrict *restrict dll_obj);
-
dll_free
: Delete and free all objects and list via dll_popfront -
dll_freeobj
: Free given object. This function executefn_del
if its was setted-up in dll_new[dll_push*](https://github.com/Iipal/libdll/wiki/dll_push*)
true
when object\list deleted otherwise false
if:
-
dll
ordll_obj
is NULL - list
dll
hasn't any objects