Ruby 3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
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 */
14VALUE rb_get_expanded_load_path(void);
15int rb_require_internal(VALUE fname);
16NORETURN(void rb_load_fail(VALUE, const char*));
17
18#endif /* INTERNAL_LOAD_H */
uintptr_t VALUE
Type that represents a Ruby object.
Definition value.h:40