1 #ifndef INTERNAL_FILE_H
2 #define INTERNAL_FILE_H
15 extern const char ruby_null_device[];
20 void rb_file_const(
const char*,
VALUE);
21 int rb_file_load_ok(
const char *);
26 int ruby_is_fd_loadable(
int fd);
28 RUBY_SYMBOL_EXPORT_BEGIN
34 VALUE rb_str_normalize_ospath(
const char *ptr,
long len);
36 RUBY_SYMBOL_EXPORT_END
uintptr_t VALUE
Type that represents a Ruby object.