[win32] Moved `MSC_VER` to verconf.mk and reduce running CPP
[ruby.git] / internal / dir.h
blob07312f327e3a65c50cdb29edbdd60f2de1d9afe0
1 #ifndef INTERNAL_DIR_H /* -*- C -*- */
2 #define INTERNAL_DIR_H
3 /**
4 * @file
5 * @brief Internal header for Dir.
6 * @author \@shyouhei
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 */
14 /* dir.c */
15 VALUE rb_dir_getwd_ospath(void);
17 #endif /* INTERNAL_DIR_H */