index
:
scilab2c/.git
master
Tool capable to translate Scilab code into C code.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c
/
matrixOperations
/
interfaces
/
interface.sh
blob: 8c7f073b0cc890341223fade97a7cfe5144712dc (
plain
)
1
2
3
4
5
6
for i in $@; do ./generateInterfaces.pl --function-name $i --header-file int_$i.h done