~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/utilities/ilib_gen_gateway.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ilib_gen_gateway     Scilab Group     Scilab Function      ilib_gen_gateway
2
 
NAME
3
 
   ilib_gen_gateway  - utility for ilib_build, generates a gateway file.
4
 
  
5
 
CALLING SEQUENCE
6
 
 ilib_gen_gateway(name,table)
7
 
PARAMETERS
8
 
 name       : a character string, the generic name of the library without
9
 
            path and extension.
10
 
            
11
 
 table      : 2 column string matrix giving the table of pairs
12
 
            'scilab-name' 'interface name'
13
 
            
14
 
DESCRIPTION
15
 
   Utility function used by ilib_build This function generates a gateway
16
 
  file used by addinter.
17
 
  
18
 
SEE ALSO
19
 
   addinter, link, ilib_build, ilib_compile, ilib_gen_Make, ilib_gen_loader,
20
 
  ilib_for_link
21