Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
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 */