Ruby
2.5.0dev(2017-10-22revision60238)
dmyenc.c
Go to the documentation of this file.
1
#define require(name) ruby_require_internal(name, (unsigned int)sizeof(name)-1)
2
int
ruby_require_internal
(
const
char
*,
int
);
3
4
void
5
Init_enc
(
void
)
6
{
7
if
(
require
(
"enc/encdb.so"
) == 1) {
8
require
(
"enc/trans/transdb.so"
);
9
}
10
}
Init_enc
void Init_enc(void)
Definition:
dmyenc.c:5
ruby_require_internal
int ruby_require_internal(const char *, int)
require
#define require(name)
Definition:
dmyenc.c:1
Generated by
1.8.13