Ruby 3.4.2p28 (2025-02-15 revision d2930f8e7a5db8a7337fa43370940381b420cc3e)
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 */