UYS
0.1
Useful Yet Simple (C libraries collection)
|
structure for linked lists. More...
#include <list.h>
Data Fields | |
int | size |
int(* | match )(const void *key1, const void *key2) |
void(* | destroy )(void *data) |
ListElmt * | head |
ListElmt * | tail |