| c_list_t * c_list_create | ( | c_list_malloc_t | c_list_malloc, |
| c_list_free_t | c_list_free | ||
| ) |
Create list.
| [in] | c_list_malloc | allocator function to use for all dynamic memory allocations (typically this will be malloc) |
| [in] | c_list_free | de-allocator function to use for all dynamic memory de-allocations (typically this will be free) |