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 | |
struct list_node * | list_next |
struct list_node * | list_prev |
See list_node_t for more information.
Definition at line 42 of file list_impl.h.
struct list_node* list_next |
Definition at line 43 of file list_impl.h.
struct list_node* list_prev |
Definition at line 44 of file list_impl.h.