1 #if defined _WIN32 || defined __CYGWIN__
2 #define CL_SMOKE_EXPORT __declspec(dllexport)
5 #define CL_SMOKE_EXPORT __attribute__((visibility("default")))
7 #define CL_SMOKE_EXPORT
12 * \@brief Utility functions
17 /** Gets the size of the C++ bool type in bytes.
19 * @return the size of bool
22 cl_smoke_sizeof_bool()