Loading...
Searching...
No Matches
Go to the documentation of this file.
10#if (__STDC_WANT_LIB_EXT1__ + 0) != 0
16#if defined(__cplusplus) || !defined(__STDC_VERSION) || __STDC_VERSION__ < 199901L
19#define _RESTRICT restrict
22#if defined(__cplusplus) && __cplusplus >= 201103L
23#define _NORETURN [[noreturn]]
25#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
26#define _NORETURN _Noreturn
32#if defined(__cplusplus) || !defined(__STDC_VERSION) || __STDC_VERSION__ < 199901L
36#define _RESTRICT restrict
44#if defined _WIN32 || defined __CYGWIN__
47#define _PUBLIC __attribute__((dllexport))
49#define _PUBLIC __declspec(dllexport)
53#define _PUBLIC __attribute__((dllimport))
55#define _PUBLIC __declspec(dllimport)
61#define _PUBLIC __attribute__((visibility("default")))
62#define _LOCAL __attribute__((visibility("hidden")))