一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
control_flow.hpp
Go to the documentation of this file.
1#pragma once
2
13#include "common.hpp"
14
25
36#if ein_has_attribute(callback)
37 #define ein_callback(...) __attribute__((callback(__VA_ARGS__)))
38#else
39 #define ein_callback(...)
40#endif
41
52#if ein_has_attribute(noreturn)
53#define ein_noreturn __attribute__((noreturn))
54#else
55#define ein_noreturn
56#endif
57