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