CARB_EXPORT

Defined in carb/Defines.h

CARB_EXPORT

If CARB_EXPORTS is defined before including this file, will be defined as granting a function external linkage. That is, on Windows: extern "C" __declspec(dllexport) and on Linux: extern "C" __attribute__((visibility("default")))