Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4f73a9b74e65caa26ef859ac8fc4e556b61da0fd
/
.
/
Tests
/
UseSWIG
/
example.i
blob: fbdf7249fd2f58e391152d2374cc8e64131c58c5 [
file
]
/* File : example.i */
%
module
example
%{
#include
"example.h"
%}
/* Let's just grab the original header file here */
%
include
"example.h"