new example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@841 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
52386c6406
commit
92093ca12d
6 changed files with 134 additions and 13 deletions
7
Examples/python/funcptr/example.h
Normal file
7
Examples/python/funcptr/example.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/* file: example.h */
|
||||
|
||||
extern int do_op(int,int, int (*op)(int,int));
|
||||
extern int add(int,int);
|
||||
extern int sub(int,int);
|
||||
extern int mul(int,int);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue