*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@112 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
53be789668
commit
f3abcd0d2c
2 changed files with 3 additions and 11 deletions
|
|
@ -2,20 +2,12 @@
|
|||
%module example
|
||||
%{
|
||||
/* Put headers and other declarations here */
|
||||
|
||||
char foo[] = "Help me!";
|
||||
%}
|
||||
|
||||
typedef double * DoublePtr;
|
||||
typedef double Real;
|
||||
|
||||
typedef Vector * Foo;
|
||||
|
||||
extern double My_variable;
|
||||
extern int fact(int);
|
||||
extern int mod(int n, int m);
|
||||
extern char *get_time();
|
||||
char foo[];
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue