Double Linked List functions# Source code in: gobj.c gobj.h dl_list_t# dl_node_t# Double List functions dl_init() dl_first() dl_last() dl_next() dl_prev() dl_insert() dl_add() dl_find() dl_delete() dl_flush() dl_size()