libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
An optional type for wrapping a non-NULL char *
value.
More...
#include <optional.h>
Data Fields | |
char * | value |
An optional type for wrapping a non-NULL char *
value.
NULL
pointer. A NULL
value is defined to be the OPT_NONE state for this optional. You can thus be sure that this optional will never contain a NULL
pointer. Definition at line 796 of file optional.h.
char* value |
Definition at line 796 of file optional.h.