Sha256: 2929749cfda92e47fa0142c4a30e7b385ac138f7dfe421cb04847b5a3b594174
Contents?: true
Size: 341 Bytes
Versions: 21
Compression:
Stored size: 341 Bytes
Contents
#ifndef Exc_Ruby___cpp__st__hpp_ #define Exc_Ruby___cpp__st__hpp_ /*! \file * \brief Hacks to allow functions in st.h to be called from C++ * programs. */ #include "ruby.hpp" // Ruby doesn't put extern "C" around st.h extern "C" { #ifdef RUBY_VM #include "ruby/st.h" #else #include "st.h" #endif } #endif // Exc_Ruby___cpp__st__hpp_
Version data entries
21 entries across 21 versions & 3 rubygems