TEMU  4.4
The Terma Emulator
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")))
 
#define TEMU_INTERNAL   __attribute__ ((visibility ("hidden")))
 
#define TEMU_MAYBE_UNUSED   __attribute__ ((unused))
 

Macro Definition Documentation

◆ __has_feature

#define __has_feature (   x)    0

◆ TEMU_API

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

◆ TEMU_DEPRECATED

#define TEMU_DEPRECATED   __attribute__((deprecated))

◆ TEMU_INTERNAL

#define TEMU_INTERNAL   __attribute__ ((visibility ("hidden")))

◆ TEMU_MAYBE_UNUSED

#define TEMU_MAYBE_UNUSED   __attribute__ ((unused))

◆ TEMU_NONNULL

#define TEMU_NONNULL

◆ TEMU_UNUSED

#define TEMU_UNUSED   __attribute__((unused))