|
Derive-C
|
Go to the source code of this file.
Macros | |
| #define | DC_INLINE inline __attribute__((always_inline)) |
| #define | DC_CONST __attribute__((const)) |
| #define | DC_PURE __attribute__((pure)) |
| #define | DC_NODISCARD __attribute__((warn_unused_result)) |
| #define DC_CONST __attribute__((const)) |
Definition at line 4 of file attributes.h.
| #define DC_INLINE inline __attribute__((always_inline)) |
Definition at line 3 of file attributes.h.
| #define DC_NODISCARD __attribute__((warn_unused_result)) |
Definition at line 6 of file attributes.h.
| #define DC_PURE __attribute__((pure)) |
Definition at line 5 of file attributes.h.