Ruby 3.5.0dev (2025-04-04 revision 085cc6e43473f2a3c81311a07c1fc8efa46c118b)
dir.h
1#ifndef INTERNAL_DIR_H /*-*-C-*-vi:se ft=c:*/
2#define INTERNAL_DIR_H
11#include "ruby/ruby.h" /* for VALUE */
12
13/* dir.c */
14VALUE rb_dir_getwd_ospath(void);
15
16#endif /* INTERNAL_DIR_H */
uintptr_t VALUE
Type that represents a Ruby object.
Definition value.h:40