macros.h 196 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 #ifndef LIBA_MACROS_H #define LIBA_MACROS_H #ifdef __cplusplus #define LIBA_BEGIN_DECLS extern "C" { #define LIBA_END_DECLS } #else #define LIBA_BEGIN_DECLS #define LIBA_END_DECLS #endif #endif