GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A linked list pointers. More...
#include <gp_list.h>
Data Fields | |
gp_list_head * | head |
A pointer to list head. | |
gp_list_head * | tail |
A pointer to list tail. | |
size_t | cnt |
A number of elements in the list. | |