GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A linked list header. More...
#include <gp_list.h>
Data Fields | |
struct gp_list_head * | next |
Pointer to next list element. | |
A linked list header.
This is embedded in the structures that are going to be inserted into a list.