New example

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@743 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-08-31 04:36:54 +00:00
commit b8c6298c42
7 changed files with 285 additions and 0 deletions

View file

@ -16,6 +16,7 @@ The following examples illustrate the use of SWIG with Perl.
be used to wrap a C function and a global variable.
<li><a href="constants/index.html">constants</a>. This shows how preprocessor macros and
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.
</ul>
<h2>Compilation Issues</h2>