#include <utils.h>
Collaboration diagram for ll_st:

Public Attributes | |
| void * | data |
| ll_st * | next |
| ll_st * | prev |
|
|
Definition at line 139 of file utils.h. Referenced by chained_hash_search(), ll_add_to_end(), ll_add_to_start(), ll_del(), ll_delfirst(), ll_destroy(), ll_find(), and ll_sorted_insert(). |
|
|
Definition at line 140 of file utils.h. Referenced by Allocate_ll(), Free_ll(), ll_add_to_end(), ll_del(), ll_delfirst(), ll_destroy(), ll_find(), and ll_sorted_insert(). |
|
|
Definition at line 141 of file utils.h. Referenced by Allocate_ll(), ll_add_to_start(), ll_del(), ll_delfirst(), and ll_sorted_insert(). |
1.3.3