view lib/swig/swigwin-2.0.11/example.i @ 1980:c1c74df0a33e

changing most of auto types to their actual types
author Grumpy7
date Wed, 30 Oct 2013 00:47:37 -0700
parents b3009adc0e2f
children
line wrap: on
line source

%module example
%{
#include "example.h"
%}
int gcd(int x, int y);
extern double Foo;