New example

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@779 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-09-01 00:48:27 +00:00
commit 8be0f320b0
7 changed files with 390 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>. This example shows how to access C global variables from Perl.
<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 to wrap a simple C++ class.
</ul>
<h2>Compilation Issues</h2>