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