cc052c
[name]
cc052c
swig - Simplified Wrapper and Interface Generator
cc052c
cc052c
[synopsis]
cc052c
swig [ options ] " file"
cc052c
cc052c
[description]
cc052c
The swig command is used to create wrapper code to connect C and C++ code to
cc052c
scripting languages like Perl, Python, Tcl etc. from the definition of the
cc052c
interface. For detailed information on writing those interface definitions
cc052c
please refer to /usr/share/doc/swig-doc/Doc/Manual/index.html from the swig-doc
cc052c
package.
cc052c
cc052c
This manpage concentrates on explaining the invocation of the swig command.
cc052c
cc052c
[author]
cc052c
SWIG was originally created by David Beazley. For up-to-date information
cc052c
about authors and contributors please check http://www.swig.org/guilty.html.
cc052c
This manual page was written by Torsten Landschoff <torsten@debian.org> and
cc052c
updated by Jitka Plesnikova <jplesnik@redhat.com> (but may be used by
cc052c
others).
cc052c
cc052c
cc052c