Man Scilab

addinter
Scilab Function

addinter - new functions interface incremental linking at run time

Calling Sequence

addinter(files,spname,fcts)

Parameters

Description

addinter performs incremental linking of a compiled C or Fortran new Scilab interface routine (see intersci documentation) and define corresponding scilab functions.

For machines using dlopen functionality one can unlink an interface with ulink ( use the command link('show') to get the number of the shared library ). And to reload a new version of an interface a call to ulink is necessary to get rid of the old version.

See link for more precision on use.

See Also

link ,   intersci ,   newfun ,   clearfun ,  

Back