![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
Include dependency graph for ex_list.c:Go to the source code of this file.
Macros | |
| #define | LIST_LIMIT 10 |
| #define | NB_TEST_ELEM 15 |
Functions | |
| int | main (void) |
| int | nstrcmp (const void *a, const void *b) |
| void | print_list_info (LIST *list) |
| int main | ( | void | ) |
Definition at line 51 of file ex_list.c.
References __n_assert, _nstr, N_STR::data, LIST_NODE::destroy_func, Free, free_nstr, free_nstr_ptr(), list_destroy(), list_empty(), list_foreach, LIST_LIMIT, list_node_pop(), list_node_push(), list_node_shift(), list_node_unshift(), list_pop, list_push(), list_push_sorted(), list_search(), list_shift, list_unshift(), list_unshift_sorted(), LOG_DEBUG, LOG_ERR, LOG_INFO, LOG_NOTICE, n_log, LIST::nb_items, LIST::nb_max_items, NB_TEST_ELEM, new_generic_list(), new_list_node(), nstrcmp(), nstrprintf, print_list_info(), LIST_NODE::ptr, remove_list_node, set_log_level(), LIST::start, and UNLIMITED_LIST_ITEMS.
Here is the call graph for this function:| int nstrcmp | ( | const void * | a, |
| const void * | b | ||
| ) |
Definition at line 39 of file ex_list.c.
References N_STR::data.
Referenced by main().
Here is the caller graph for this function:| void print_list_info | ( | LIST * | list | ) |
Definition at line 34 of file ex_list.c.
References __n_assert, LOG_NOTICE, n_log, LIST::nb_items, and LIST::nb_max_items.
Referenced by main().
Here is the caller graph for this function: