New example

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@778 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-08-31 21:53:26 +00:00
commit 01795d2075
8 changed files with 521 additions and 0 deletions

View file

@ -18,6 +18,7 @@ be used to wrap a C function and a global variable.
certain C declarations are turned into constants.
<li><a href="variables/index.html">variables</a>. How SWIG can be used to wrap C global variables.
<li><a href="value/index.html">value</a>. How to pass and return structures by value.
<li><a href="class/index.html">class</a>. How wrap a simple C++ class.
</ul>
<h2>Compilation Issues</h2>