Mercurial > mm7
view lib/swig/swigwin-2.0.11/example.i @ 2026:23ef3589440f
History book fix
author | Ritor1 |
---|---|
date | Sun, 17 Nov 2013 23:26:44 +0600 |
parents | b3009adc0e2f |
children |
line wrap: on
line source
%module example %{ #include "example.h" %} int gcd(int x, int y); extern double Foo;