libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
#include <list_impl.h>
Data Fields | |
size_t | list_size |
size_t | list_offset |
size_t | list_count |
struct list_node | list_head |
See list_t for more information.
Definition at line 48 of file list_impl.h.
size_t list_count |
Definition at line 51 of file list_impl.h.
struct list_node list_head |
Definition at line 52 of file list_impl.h.
size_t list_offset |
Definition at line 50 of file list_impl.h.
size_t list_size |
Definition at line 49 of file list_impl.h.