Mercurial > mm7
view lib/swig/swigwin-2.0.11/example.i @ 2000:985fff9fb62d
constructor functions
author | zipi |
---|---|
date | Tue, 05 Nov 2013 21:55:52 +0000 |
parents | b3009adc0e2f |
children |
line wrap: on
line source
%module example %{ #include "example.h" %} int gcd(int x, int y); extern double Foo;