Scilab Reference Manual |
---|
ilib_gen_loader — utility for ilib_build: generates a loader file
ilib_gen_loader(name,table)
name | : a character string, the generic name of the library without path and extension. |
table | : 2 column string matrix giving the table of pairs 'scilab-name' 'interface name' |
Utility function used by ilib_build This function generates a loader file.
<< ilib_gen_gateway | ilib_gen_Make >> |