ext/liballocations/liballocations.h (
8
lines of code) (
raw
):
#ifndef LIBALLOCATIONS_H #define LIBALLOCATIONS_H #include <ruby.h> #include <ruby/debug.h> #include <ruby/st.h> #include "state.h" void Init_liballocations(); #endif