Mercurial > mm7
view lib/swig/swigwin-2.0.11/example.i @ 1940:a50511e4f3c6
Слияние
author | Ritor1 |
---|---|
date | Thu, 24 Oct 2013 15:31:22 +0600 |
parents | b3009adc0e2f |
children |
line wrap: on
line source
%module example %{ #include "example.h" %} int gcd(int x, int y); extern double Foo;