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