TEMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Attributes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __has_feature(x)   0
 
#define TEMU_DEPRECATED   __attribute__((deprecated))
 
#define TEMU_UNUSED   __attribute__((unused))
 
#define TEMU_NONNULL
 
#define TEMU_API   __attribute__((visibility("default")))
 

Macro Definition Documentation

#define __has_feature (   x)    0

Definition at line 17 of file Attributes.h.

#define TEMU_API   __attribute__((visibility("default")))

Definition at line 53 of file Attributes.h.

#define TEMU_DEPRECATED   __attribute__((deprecated))

Definition at line 21 of file Attributes.h.

#define TEMU_NONNULL

Definition at line 48 of file Attributes.h.

#define TEMU_UNUSED   __attribute__((unused))

Definition at line 31 of file Attributes.h.