git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11503 626c5289-ae23-0410-ae9c-e8d60b6d4f22
11 lines
105 B
Scilab
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
|
|
|
|
|