Ruby 3.4.3p32 (2025-04-14 revision d0b7e5b6a04bde21ca483d20a1546b28b401c2d4)
loadpath.h
1#ifndef INTERNAL_LOADPATH_H /*-*-C-*-vi:se ft=c:*/
2#define INTERNAL_LOADPATH_H
11
12/* loadpath.c */
13extern const char ruby_exec_prefix[];
14extern const char ruby_initial_load_paths[];
15
16#endif /* INTERNAL_LOADPATH_H */