 |
OGS
|
Go to the documentation of this file.
5#ifdef NUMLIB_STATIC_DEFINE
7# define NUMLIB_NO_EXPORT
12# define NUMLIB_EXPORT __attribute__((visibility("default")))
15# define NUMLIB_EXPORT __attribute__((visibility("default")))
19# ifndef NUMLIB_NO_EXPORT
20# define NUMLIB_NO_EXPORT __attribute__((visibility("hidden")))
24#ifndef NUMLIB_DEPRECATED
25# define NUMLIB_DEPRECATED __attribute__ ((__deprecated__))
28#ifndef NUMLIB_DEPRECATED_EXPORT
29# define NUMLIB_DEPRECATED_EXPORT NUMLIB_EXPORT NUMLIB_DEPRECATED
32#ifndef NUMLIB_DEPRECATED_NO_EXPORT
33# define NUMLIB_DEPRECATED_NO_EXPORT NUMLIB_NO_EXPORT NUMLIB_DEPRECATED
38# ifndef NUMLIB_NO_DEPRECATED
39# define NUMLIB_NO_DEPRECATED