/trunk/Examples/modula3/simple/example.i
# · Swig · 7 lines · 5 code · 1 blank · 1 comment · 0 complexity · 2ae049c3d10d4b3b401b50f5cc43b537 MD5 · raw file
- /* File : example.i */
- %module Example
- %inline %{
- extern int gcd(int x, int y);
- extern double Foo;
- %}