Sha256: 46fada9297af90f4a953e65d71ebcfdbe859e06fd9673d3b86444924a7327d49
Contents?: true
Size: 460 Bytes
Versions: 25
Compression:
Stored size: 460 Bytes
Contents
#ifdef __cplusplus extern "C" { #endif // declare Ruby registration method generated by SWIG in <%= name.downcase %>_wrap.c extern void Init_<%= name.camel_case %>(void); // this method executed once on start of program void Init_<%= name.camel_case %>_extension(void) { // execute initialization of Ruby registration (generated by SWIG) Init_<%= name.camel_case %>(); // You can add some code to this place: } #ifdef __cplusplus } //extern "C" #endif
Version data entries
25 entries across 25 versions & 1 rubygems