Ruby
3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
internal
load.h
Go to the documentation of this file.
1
#ifndef INTERNAL_LOAD_H
/*-*-C-*-vi:se ft=c:*/
2
#define INTERNAL_LOAD_H
12
#include "
ruby/ruby.h
"
/* for VALUE */
13
14
/* load.c */
15
VALUE
rb_get_expanded_load_path
(
void
);
16
int
rb_require_internal
(
VALUE
fname);
17
NORETURN
(
void
rb_load_fail
(
VALUE
,
const
char
*));
18
19
#endif
/* INTERNAL_LOAD_H */
NORETURN
#define NORETURN(x)
Definition:
attributes.h:152
rb_load_fail
void rb_load_fail(VALUE, const char *)
Definition:
error.c:3219
rb_require_internal
int rb_require_internal(VALUE fname)
Definition:
load.c:1165
rb_get_expanded_load_path
VALUE rb_get_expanded_load_path(void)
Definition:
load.c:104
ruby.h
VALUE
unsigned long VALUE
Definition:
value.h:38
Generated by
1.9.5