Sign in
fuchsia
/
third_party
/
swig
/
refs/heads/upstream/enable-more-warnings-in-ci
/
.
/
Examples
/
ruby
/
enum
/
example.i
blob: 23ee8a822671305a27b2a2d49ca0fe0a5647148f [
file
] [
log
] [
blame
] [
edit
]
/* File : example.i */
%
module
example
%{
#include
"example.h"
%}
/* Let's just grab the original header file here */
%
include
"example.h"