Sha256: 9f2b85f713755bdb1d786dbcb7135e1193d8cdf9115e6c8633cd0caef0693154

Contents?: true

Size: 384 Bytes

Versions: 4

Compression:

Stored size: 384 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);
static VALUE get_variable(VALUE self, VALUE variable_name);
static VALUE put_variable(VALUE self, VALUE variable_name, VALUE value);
#ifdef __cplusplus
}
#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
octave-ruby-2.0.3 ext/octave_api/octave_api.h
octave-ruby-2.0.2 ext/octave_api/octave_api.h
octave-ruby-2.0.1 ext/octave_api/octave_api.h
octave-ruby-2.0.0 ext/octave_api/octave_api.h