| silclist.html
 SILC List Interface
 Header: silclist.h
 
 DESCRIPTION
 
 Implementation of the SilcList interface.  This interface provides
 simple linked list.  This interface does not allocate any memory.
 SILC List is not thread-safe.  If the same list context must be used
 in multithreaded environment concurrency control must be employed.
SilcList
SILC_LIST_END
silc_list_init
silc_list_init_prev
silc_list_count
silc_list_start
silc_list_end
silc_list_add
silc_list_insert
silc_list_del
silc_list_get 
 
 
 
 |