atobase  3.2.0
ATOMAS atobase
Other defines

Macros

#define ATO_BASE_INIT_ALL   0xffff
 The ATO_BASE_INIT_... More...
 
#define ATO_IGNORE(v)   ((void) &(v))
 Ignore unused arguments in a function. More...
 

Detailed Description

Macro Definition Documentation

◆ ATO_BASE_INIT_ALL

#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.

◆ ATO_IGNORE

#define ATO_IGNORE (   v)    ((void) &(v))

Ignore unused arguments in a function.

Useful during development or for placeholder arguments.