swig/Examples/scilab/struct/runme.sci
2009-08-05 10:59:06 +00:00

11 lines
105 B
Scilab

//loader the *.so
exec loader.sce
//create a struct
a=new_Bar();
Bar_x_set(a,100);
Bar_x_get(a)
exit