Sign in
fuchsia
/
third_party
/
swig
/
76f004766d245d3a0a22ccd1102e0e61e45f582d
/
.
/
Examples
/
java
/
enum
/
example.i
blob: fb656894387b35364d38e0503e9bfb83c7cc6047 [
file
]
/* File : example.i */
%
module
example
%{
#include
"example.h"
%}
/* Force the generated Java code to use the C enum values rather than making a JNI call */
%
javaconst
(
1
);
/* Let's just grab the original header file here */
%
include
"example.h"