macro.h 182 B

12345678
  1. #ifndef AFUN_MACRO_H
  2. #define AFUN_MACRO_H
  3. #define AFUN_STATIC [[maybe_unused]] static
  4. #define AFUN_INLINE [[maybe_unused]] inline
  5. #define AFUN_NULL ((void)0)
  6. #endif //AFUN_MACRO_H