/trunk/Examples/php/simple/example.i
# · Swig · 10 lines · 7 code · 2 blank · 1 comment · 0 complexity · 247ac1326fcfab513c52336420b5bfc0 MD5 · raw file
- /* File : example.i */
- %module example
- %{
- extern double Foo;
- %}
- extern double Foo;
- void print_Foo();
- int gcd(int x, int y);