Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
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 */