Skip to content

dll_free*

Taras Maliukh edited this page Apr 12, 2020 · 3 revisions

Synopsis:

bool dll_free(dll_t *restrict *restrict dll);
bool dll_freeobj(dll_obj_t *restrict *restrict dll_obj);

Description:

Return value:

true when object\list deleted otherwise false if:

  • dll or dll_obj is NULL
  • list dll hasn't any objects
Clone this wiki locally