Updated some examples
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@490 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2aea5ad87b
commit
0598f16228
22 changed files with 745 additions and 96 deletions
|
|
@ -1,8 +1,5 @@
|
|||
/* File : example.i */
|
||||
%module example
|
||||
|
||||
extern double My_variable;
|
||||
extern int fact(int);
|
||||
extern int mod(int n, int m);
|
||||
extern char *get_time();
|
||||
|
||||
extern int gcd(int x, int y);
|
||||
extern double Foo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue