870bb117fa
PR: 167005 167062 Submitted by: Jason Bacon <jwbacon@tds.net>
9 lines
332 B
Text
9 lines
332 B
Text
SWIG is a tool for automatically generating the wrapper code needed
|
|
to link collections of functions written in C/C++ with other
|
|
programming languages.
|
|
|
|
Using SWIG, it is possible to greatly simplify interface development
|
|
and to put interesting interfaces on existing applications with
|
|
little effort.
|
|
|
|
WWW: http://www.swig.org/
|