projects
/
external
/
swig.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
import source from 1.3.40
[external/swig.git]
/
php
/
class
/
example.i
1
/* File : example.i */
2
%module example
3
4
%{
5
#include "example.h"
6
%}
7
8
/* Let's just grab the original header file here */
9
%include "example.h"
10