summaryrefslogtreecommitdiff
path: root/internal/io.h
diff options
context:
space:
mode:
-rw-r--r--internal/io.h119
1 files changed, 118 insertions, 1 deletions
@@ -8,8 +8,125 @@
* file COPYING are met. Consult the file for details.
* @brief Internal header for IO.
*/
#include "ruby/ruby.h" /* for VALUE */
-#include "ruby/io.h" /* for rb_io_t */
/* io.c */
void ruby_set_inplace_mode(const char *);