index
:
delta/swig-tarball.git
baserock/morph
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Examples
/
python
/
import
/
foo.i
blob: 27feb2e6ad2c782e911210cad0102ca77d60a273 (
plain
)
1
2
3
4
5
6
7
8
%module foo %{ #include "foo.h" %} %import base.i %include "foo.h"