Loading...
Searching...
No Matches
Go to the documentation of this file.
3#define DC_INLINE inline __attribute__((always_inline))
4#define DC_CONST __attribute__((const))
5#define DC_PURE __attribute__((pure))
6#define DC_NODISCARD __attribute__((warn_unused_result))