#include <list.h>
Data Fields | |
int | count |
Number of entries in the list. | |
ListEntry_t * | head |
First entry in the list. | |
ListEntry_t * | tail |
Last entry in the list. |
int List_s::count |
Number of entries in the list.
First entry in the list.
Last entry in the list.