Ruby
3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
internal
load.h
1
#ifndef INTERNAL_LOAD_H
/*-*-C-*-vi:se ft=c:*/
2
#define INTERNAL_LOAD_H
11
#include "
ruby/ruby.h
"
/* for VALUE */
12
13
/* load.c */
14
VALUE rb_get_expanded_load_path(
void
);
15
int
rb_require_internal(VALUE fname);
16
NORETURN(
void
rb_load_fail(VALUE,
const
char
*));
17
18
#endif
/* INTERNAL_LOAD_H */
ruby.h
Generated by
1.9.2