Go to the documentation of this file. 5 #ifdef SCN_STATIC_DEFINE 12 # define SCN_EXPORT __attribute__((visibility("default"))) 15 # define SCN_EXPORT __attribute__((visibility("default"))) 19 # ifndef SCN_NO_EXPORT 20 # define SCN_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef SCN_DEPRECATED 25 # define SCN_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef SCN_DEPRECATED_EXPORT 29 # define SCN_DEPRECATED_EXPORT SCN_EXPORT SCN_DEPRECATED 32 #ifndef SCN_DEPRECATED_NO_EXPORT 33 # define SCN_DEPRECATED_NO_EXPORT SCN_NO_EXPORT SCN_DEPRECATED 37 # ifndef SCN_NO_DEPRECATED 38 # define SCN_NO_DEPRECATED