Sign in
fuchsia
/
third_party
/
swig
/
cb8fe39ae451aa0ba361414bb1825217f196e312
/
.
/
Examples
/
php
/
simple
/
example.i
blob: 9d4e22aa91d25b9fba41299800b6994e499a8daa [
file
] [
log
] [
blame
]
/* File : example.i */
%
module
example
%
inline
%{
extern
int
gcd
(
int
x
,
int
y
);
extern
double
Foo
;
void
print_Foo
();
%}