aboutsummaryrefslogtreecommitdiff
path: root/Examples/php5/simple/example.i
blob: 9d4e22aa91d25b9fba41299800b6994e499a8daa (plain)
1
2
3
4
5
6
7
8
/* File : example.i */
%module example

%inline %{
extern int    gcd(int x, int y);
extern double Foo;
void print_Foo();
%}