Some changes to generated proxy .c and .h file.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-maciekd@10522 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a36f790271
commit
d828791f56
4 changed files with 92 additions and 24 deletions
|
|
@ -1,9 +1,8 @@
|
|||
/* File : example.i */
|
||||
%module example
|
||||
|
||||
%feature("prepend") {
|
||||
printf("Testing...\n");
|
||||
}
|
||||
|
||||
%inline %{
|
||||
extern double Foo;
|
||||
extern int gcd(int x, int y);
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue