#include "ruby/ruby.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 14 of file inits.c.
Referenced by rb_call_inits().
1.7.1