*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@50 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-01-12 03:21:25 +00:00
commit 16ac3b10f8
16 changed files with 517 additions and 0 deletions

View file

@ -0,0 +1,8 @@
/* File : example.i */
%module example
extern double My_variable;
extern int fact(int);
extern int mod(int n, int m);
extern char *get_time();