Work in progress

Working on demand lists
This commit is contained in:
Michael Tryby
2019-04-19 18:01:06 -04:00
parent 55a28de9e0
commit 7537be1ec9
7 changed files with 254 additions and 78 deletions

View File

@@ -120,7 +120,7 @@ list_node_t *head_list(list_t *list, bool removeFromList)
// Warning: When node is removed caller is responsible for freeing it.
//
{
assert(list->head != NULL);
// assert(list->head != NULL);
if (list) {
list_node_t *node = list->head;