.. | |||||
backward | |||||
assert.h | |||||
backward.h | |||||
config-x86_64.h | |||||
config.h | |||||
debug.h | |||||
defines.h | |||||
digest.h | |||||
encoding.h | |||||
intern.h | |||||
io.h | |||||
missing.h | |||||
onigmo.h | |||||
oniguruma.h | |||||
re.h | |||||
regex.h | |||||
ruby.h | |||||
st.h | |||||
subst.h | |||||
thread.h | |||||
thread_native.h | |||||
util.h | |||||
version.h | |||||
vm.h |
#ifndef RUBY_SUBST_H #define RUBY_SUBST_H 1 #undef snprintf #undef vsnprintf #define snprintf ruby_snprintf #define vsnprintf ruby_vsnprintf #ifdef BROKEN_CLOSE #undef getpeername #define getpeername ruby_getpeername #undef getsockname #define getsockname ruby_getsockname #undef shutdown #define shutdown ruby_shutdown #undef close #define close ruby_close #endif #endif
.. | |||||
backward | |||||
assert.h | |||||
backward.h | |||||
config-x86_64.h | |||||
config.h | |||||
debug.h | |||||
defines.h | |||||
digest.h | |||||
encoding.h | |||||
intern.h | |||||
io.h | |||||
missing.h | |||||
onigmo.h | |||||
oniguruma.h | |||||
re.h | |||||
regex.h | |||||
ruby.h | |||||
st.h | |||||
subst.h | |||||
thread.h | |||||
thread_native.h | |||||
util.h | |||||
version.h | |||||
vm.h |