libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
Data Fields | ||
char * | key | |
conf_key_type_t | type | |
union { | ||
char * str | ||
struct { | ||
void * buf | ||
size_t sz | ||
} data | ||
}; | ||
avl_node_t | node | |