1 #ifndef INTERNAL_DIR_H /* -*- C -*- */
5 * @brief Internal header for Dir.
7 * @copyright This file is a part of the programming language Ruby.
8 * Permission is hereby granted, to either redistribute and/or
9 * modify this file, provided that the conditions mentioned in the
10 * file COPYING are met. Consult the file for details.
12 #include "ruby/ruby.h" /* for VALUE */
15 VALUE
rb_dir_getwd_ospath(void);
17 #endif /* INTERNAL_DIR_H */