NUMERICS_EXPORT

If target operating system is:
Win32: #define NUMERICS_EXPORT extern "C" __declspec (dllexport)
Other: #define NUMERICS_EXPORT

Preprocessor definition used to declare exported functions. This definition is used when building the library as a shared library.

Header:
#include "numerics.h"

See also:
NUMERICS_SHARED_LIB