summaryrefslogtreecommitdiff
path: root/Examples/d/simple/example.i
blob: 24093b9bf0a1ca9f86c24e498c7178940721b93b (plain)
1
2
3
4
5
6
7
/* File : example.i */
%module example

%inline %{
extern int    gcd(int x, int y);
extern double Foo;
%}