|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Go to the source code of this file.
Macros | |
| #define | CALL(n) {void Init_##n(void); Init_##n();} |
| #define | BUILTIN(n) CALL(builtin_##n) |
Functions | |
| void | rb_call_inits (void) |
| void | rb_call_builtin_inits (void) |
| #define BUILTIN | ( | n | ) | CALL(builtin_##n) |