/tags/rel-1-3-24/SWIG/Examples/python/exception/example.i
Swig | 12 lines | 6 code | 4 blank | 2 comment | 0 complexity | 5b246654dd0ef46b36c6894d9f44c276 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1/* File : example.i */ 2%module example 3 4%{ 5#include "example.h" 6%} 7 8%include "std_string.i" 9 10/* Let's just grab the original header file here */ 11%include "example.h" 12