#include "ruby/ruby.h"#include "internal.h"Go to the source code of this file.
Defines | |
| #define | CALL(n) {void Init_##n(void); Init_##n();} |
Functions | |
| void | rb_call_inits (void) |
| #define CALL | ( | n | ) | {void Init_##n(void); Init_##n();} |
Definition at line 15 of file inits.c.
Referenced by rb_call_inits().
1.6.1