addinter - new functions interface incremental linking at run time
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.