Update scilab examples from other languages

This commit is contained in:
William S Fulton 2014-06-20 08:06:27 +01:00
commit 7af54ec169
4 changed files with 15 additions and 18 deletions

View file

@ -17,4 +17,3 @@ int mul(int a, int b) {
}
int (*funcvar)(int,int) = add;