1 2 3 4 5 6 7 8 9 10
#include <octave/oct.h> #include <string.h> DEFUN_DLD (test, args, , "reading and returning a pd-value in octave") { puts("eval(a+b)\n"); return octave_value (); }