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);