#ifndef AFUN_MACRO_H #define AFUN_MACRO_H #define AFUN_STATIC [[maybe_unused]] static #define AFUN_INLINE [[maybe_unused]] inline #define AFUN_NULL ((void)0) #endif //AFUN_MACRO_H