PageRenderTime 199ms CodeModel.GetById 148ms app.highlight 5ms RepoModel.GetById 0ms app.codeStats 1ms

/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Examples/python/funcptr2/example.h

#
C++ Header | 7 lines | 4 code | 2 blank | 1 comment | 0 complexity | 74695017b12e3b243b3852e995653f12 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1/* file: example.h */
2
3extern int do_op(int,int, int (*op)(int,int));
4extern int add(int,int);
5extern int sub(int,int);
6extern int mul(int,int);
7