一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
strings.hpp
Go to the documentation of this file.
1#pragma once
2
13#include "common.hpp"
14
21
34#if ein_has_attribute(null_terminated_string_arg)
35 #define ein_null_terminated_string_arg(x) __attribute__((null_terminated_string_arg(x)))
36#else
37 #define ein_null_terminated_string_arg(x)
38#endif
39