Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "internal.h"
Go to the source code of this file.
Macros | |
#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().
void rb_call_inits | ( | void | ) |