blob: 0cb7b6f6dda723fec174fd1645711fb34a90b5b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
* Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
* Copyright (C) 2009 - DIGITEO - Allan CORNET
*
* This file must be used under the terms of the CeCILL.
* This source file is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
*
-->
<!--
Scilab
Interface description. In this file, we define the list of the function which
will be available into Scilab and the link to the "native" function.
gatewayId is the position in the hashtable 'Interfaces' defined in the
file SCI/modules/core/src/c/callinterf.h
primitiveId is the position in the hashtable '<module>Table Tab[]' defined
in the file modules/<module>/sci_gateway/c/gw_<module>.c
primitiveName is the name of the Scilab function
Don't touch if you do not know what you are doing
-->
<!DOCTYPE GATEWAY SYSTEM "../../functions/xml/gateway.dtd">
<GATEWAY name="functions">
<PRIMITIVE gatewayId="31" primitiveId="1" primitiveName="lib" />
<PRIMITIVE gatewayId="31" primitiveId="2" primitiveName="deff" />
<PRIMITIVE gatewayId="31" primitiveId="4" primitiveName="exec" />
<PRIMITIVE gatewayId="31" primitiveId="5" primitiveName="execstr" />
<PRIMITIVE gatewayId="31" primitiveId="6" primitiveName="librarieslist" />
<PRIMITIVE gatewayId="31" primitiveId="7" primitiveName="libraryinfo" />
<PRIMITIVE gatewayId="31" primitiveId="8" primitiveName="whereis" />
</GATEWAY>
|