Sha256: 4a17373ac3177d1dc59b1e7bb52f3b353e13da303df2f5ed978c677cbf40baa6
Contents?: true
Size: 252 Bytes
Versions: 11
Compression:
Stored size: 252 Bytes
Contents
#include "ruby.h" #ifdef __cplusplus extern "C" { #endif // Prototype for the initialization method - Ruby calls this, not you void Init_octave_api(); static VALUE feval(VALUE self, VALUE function_name, VALUE arguments); #ifdef __cplusplus } #endif
Version data entries
11 entries across 11 versions & 2 rubygems