Ruby
3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
include
ruby
internal
intern
dir.h
Go to the documentation of this file.
1
#ifndef RBIMPL_INTERN_DIR_H
/*-*-C++-*-vi:se ft=cpp:*/
2
#define RBIMPL_INTERN_DIR_H
23
#include "
ruby/internal/dllexport.h
"
24
#include "
ruby/internal/value.h
"
25
26
RBIMPL_SYMBOL_EXPORT_BEGIN
()
27
28
/* dir.c */
29
VALUE
rb_dir_getwd
(
void
);
30
31
RBIMPL_SYMBOL_EXPORT_END
()
32
33
#endif
/* RBIMPL_INTERN_DIR_H */
dllexport.h
Tewaking visibility of C variables/functions.
RBIMPL_SYMBOL_EXPORT_END
#define RBIMPL_SYMBOL_EXPORT_END()
Counterpart of RBIMPL_SYMBOL_EXPORT_BEGIN.
Definition:
dllexport.h:86
RBIMPL_SYMBOL_EXPORT_BEGIN
#define RBIMPL_SYMBOL_EXPORT_BEGIN()
Shortcut macro equivalent to RUBY_SYMBOL_EXPORT_BEGIN extern "C" {.
Definition:
dllexport.h:77
rb_dir_getwd
VALUE rb_dir_getwd(void)
Definition:
dir.c:1116
value.h
Defines VALUE and ID.
VALUE
unsigned long VALUE
Definition:
value.h:38
Generated by
1.9.5