xref
: /
dports
/
devel
/
swig
/
swig-4.0.2
/
Examples
/
lua
/
import
/
bar.i
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
%
module
bar
2
%{
3
#
include
"
bar.h
"
4
%}
5
6
%
import
base
.
i
7
%
include
"
bar.h
"
8
9
10