diff options
author | Baozeng Ding <sploving1@163.com> | 2009-07-17 16:21:54 +0000 |
---|---|---|
committer | Baozeng Ding <sploving1@163.com> | 2009-07-17 16:21:54 +0000 |
commit | 93a0308e2110f0b052ca297c5a059e504d2bd43b (patch) | |
tree | 2eac145f0fa4db9ff0d30ce5d631b24667245ef0 /Examples/scilab/contract | |
parent | c6592a5b563dd3dc8828cf03520249e2a14229d8 (diff) | |
download | swig-93a0308e2110f0b052ca297c5a059e504d2bd43b.tar.gz |
added some pointer support and fixed style problem
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11415 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/scilab/contract')
-rw-r--r-- | Examples/scilab/contract/runme.sci | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/scilab/contract/runme.sci b/Examples/scilab/contract/runme.sci index 0c318cfdf..d3ab63349 100644 --- a/Examples/scilab/contract/runme.sci +++ b/Examples/scilab/contract/runme.sci @@ -32,3 +32,7 @@ y=105; g=gcd(x,y); printf("The gcd of %d and %d is %d\n",x,y,g); +exit + + + |