Ruby 3.5.0dev (2025-10-06 revision 704677257ecb01c7ee10aa0dfc55ca1d4fc4636d)
loadpath.h
1#ifndef INTERNAL_LOADPATH_H /*-*-C-*-vi:se ft=c:*/
2#define INTERNAL_LOADPATH_H
12/* loadpath.c */
13extern const char ruby_exec_prefix[];
14extern const char ruby_initial_load_paths[];
15
16#endif /* INTERNAL_LOADPATH_H */