Derive-C
Loading...
Searching...
No Matches
attributes.h
Go to the documentation of this file.
1#pragma once
2
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))