aboutsummaryrefslogtreecommitdiff
path: root/test.cc
blob: 815d8e78f81576ab5888a9c8a9dd0e945465046c (plain)
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 ();
}