*** 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:
Dave Beazley 2000-01-19 04:00:34 +00:00
commit f3abcd0d2c
2 changed files with 3 additions and 11 deletions

View file

@ -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[];