![]() |
mruby 3.3.0
mruby is the lightweight implementation of the Ruby language
|
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | MRB_BEGIN_DECL |
Start declarations in C mode. | |
#define | MRB_END_DECL |
End declarations in C mode. | |
#define | mrb_noreturn |
Shared compiler macros. | |
#define | mrb_deprecated |
Mark a function as deprecated. | |
#define | MRB_INLINE static inline |
Declare a function as always inlined. | |
#define | MRB_API extern |
Declare a public mruby API function. | |
See Copyright Notice in mruby.h
#define mrb_noreturn |
Shared compiler macros.
Declare a function that never returns.