Ruby
2.5.0dev(2017-10-22revision60238)
|
Go to the source code of this file.
Macros | |
#define | require(name) ruby_require_internal(name, (unsigned int)sizeof(name)-1) |
Functions | |
int | ruby_require_internal (const char *, int) |
void | Init_enc (void) |
#define require | ( | name | ) | ruby_require_internal(name, (unsigned int)sizeof(name)-1) |
Definition at line 1 of file dmyenc.c.
Referenced by Init_enc().
int ruby_require_internal | ( | const char * | , |
int | |||
) |