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

« back to all changes in this revision

Viewing changes to man/utilities/ilib_gen_gateway.man

  • 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
 
.TH ilib_gen_gateway 1 "May 2000" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
ilib_gen_gateway  - utility for ilib_build, generates a gateway file.
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
ilib_gen_gateway(name,table)
8
 
.fi
9
 
.SH PARAMETERS
10
 
.TP 10
11
 
name
12
 
: a character string, the generic name of the library without path and
13
 
extension.
14
 
.TP 10
15
 
table 
16
 
: 2 column string matrix giving the table of pairs 'scilab-name' 'interface name'
17
 
.SH DESCRIPTION
18
 
Utility function used by \fVilib_build\fR
19
 
This function generates a gateway file used by \fVaddinter\fR.
20
 
.SH SEE ALSO
21
 
addinter, link, ilib_build, ilib_compile, ilib_gen_Make,
22
 
ilib_gen_loader, ilib_for_link