Macros | |
#define | ATO_BASE_INIT_ALL 0xffff |
The ATO_BASE_INIT_... defines are used to control the initialisation that takes place. More... | |
#define | ATO_IGNORE(v) ((void) &(v)) |
Ignore unused arguments in a function. More... | |
#define ATO_BASE_INIT_ALL 0xffff |
The ATO_BASE_INIT_... defines are used to control the initialisation that takes place.
Currently only ATO_BASE_INIT_ALL is defined.
#define ATO_IGNORE | ( | v | ) | ((void) &(v)) |
Ignore unused arguments in a function.
Useful during development or for placeholder arguments.