libamxb  4.8.2
Bus Agnostic C API
amxb_common.h File Reference

Go to the source code of this file.

Macros

#define AMXB_PRIVATE   __attribute__ ((visibility("hidden")))
 
#define AMXB_CONSTRUCTOR   __attribute__((constructor))
 
#define AMXB_DESTRUCTOR   __attribute__((destructor))
 
#define AMXB_UNUSED   __attribute__((unused))
 

Macro Definition Documentation

◆ AMXB_CONSTRUCTOR

#define AMXB_CONSTRUCTOR   __attribute__((constructor))

Definition at line 64 of file amxb_common.h.

◆ AMXB_DESTRUCTOR

#define AMXB_DESTRUCTOR   __attribute__((destructor))

Definition at line 65 of file amxb_common.h.

◆ AMXB_PRIVATE

#define AMXB_PRIVATE   __attribute__ ((visibility("hidden")))

Definition at line 63 of file amxb_common.h.

◆ AMXB_UNUSED

#define AMXB_UNUSED   __attribute__((unused))

Definition at line 66 of file amxb_common.h.