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