log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
annotate lib/swig/swigwin-2.0.11/example.i @ 1922:
e60d9df73428
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
DrawIndoorPolygonSky
author
Ritor1
date
Wed, 23 Oct 2013 17:13:23 +0600
parents
b3009adc0e2f
children
rev
line source
1899
b3009adc0e2f
Adding swig, gitignore, hgignore
Nomad
parents:
diff
changeset
1
%module example
b3009adc0e2f
Adding swig, gitignore, hgignore
Nomad
parents:
diff
changeset
2
%{
b3009adc0e2f
Adding swig, gitignore, hgignore
Nomad
parents:
diff
changeset
3
#include "example.h"
b3009adc0e2f
Adding swig, gitignore, hgignore
Nomad
parents:
diff
changeset
4
%}
b3009adc0e2f
Adding swig, gitignore, hgignore
Nomad
parents:
diff
changeset
5
int gcd(int x, int y);
b3009adc0e2f
Adding swig, gitignore, hgignore
Nomad
parents:
diff
changeset
6
extern double Foo;