Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.1 - 日本語

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Dynamic/incremental Link > c_link

c_link

check incremental/dynamic link

Calling Sequence

c_link(routine-name)
[test,ilib]=c_link(routine-name)
test=c_link(routine-name,num)

Arguments

routine-name

a character string

num

test

boolean, indicates if there is a shared library which contains routine-name.

ilib

a scalar, the number of the shared library which contains routine-name

Description

c_link is a boolean function which checks if the routine routine-name is currently linked. This function returns a boolean value true or false. When used with two return values, the function c_link returns a boolean value in test and the number of the shared library which contains routine-name in ilib (when test is true).

See Also

  • link — dynamic linker
  • fort — Fortran or C user routines call
  • api_scilab — api_scilab is the Scilab interface to read/write data from/to Scilab memory
<< addinter Dynamic/incremental Link call >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Mar 03 11:01:00 CET 2011