view lib/swig/swigwin-2.0.11/example.i @ 2020:b123afb8246b

WritePointedObjectStatusString() clear
author Ritor1
date Mon, 11 Nov 2013 22:03:16 +0600
parents b3009adc0e2f
children
line wrap: on
line source

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