comparison lib/swig/swigwin-2.0.11/example.i @ 1899:b3009adc0e2f

Adding swig, gitignore, hgignore
author Nomad
date Mon, 21 Oct 2013 10:42:27 +0200
parents
children
comparison
equal deleted inserted replaced
1867:eb580660bbbb 1899:b3009adc0e2f
1 %module example
2 %{
3 #include "example.h"
4 %}
5 int gcd(int x, int y);
6 extern double Foo;