Mercurial > mm7
view lib/swig/swigwin-2.0.11/example.i @ 2010:37f42cfc881d
m
author | Ritor1 |
---|---|
date | Sun, 10 Nov 2013 21:13:29 +0600 |
parents | b3009adc0e2f |
children |
line wrap: on
line source
%module example %{ #include "example.h" %} int gcd(int x, int y); extern double Foo;