/trunk/Examples/python/exception/example.i
# · Swig · 12 lines · 6 code · 4 blank · 2 comment · 0 complexity · 5b246654dd0ef46b36c6894d9f44c276 MD5 · raw file
- /* File : example.i */
- %module example
- %{
- #include "example.h"
- %}
- %include "std_string.i"
- /* Let's just grab the original header file here */
- %include "example.h"