Initial revision.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@364 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f8ce6dc9ce
commit
e0e54b762a
5 changed files with 97 additions and 0 deletions
14
Examples/guile/simple/example.i
Normal file
14
Examples/guile/simple/example.i
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/* File : example.i */
|
||||
%module Example
|
||||
%{
|
||||
/* Put headers and other declarations here */
|
||||
%}
|
||||
|
||||
%include guile/typemaps.i
|
||||
|
||||
extern double My_variable;
|
||||
extern int fact(int);
|
||||
extern int mod(int n, int m);
|
||||
extern char *get_time();
|
||||
|
||||
%include guile/guilemain.i
|
||||
Loading…
Add table
Add a link
Reference in a new issue