summaryrefslogtreecommitdiff
path: root/trunk/Examples/php/simple/example.i
blob: af4ff08a76620c9553b51ec31f235a16903e6e74 (plain)
1
2
3
4
5
6
7
8
9
10
/* File : example.i */
%module example

%{
   extern double Foo;
%}

extern double Foo;
void print_Foo();
int    gcd(int x, int y);