/trunk/Examples/python/exception/example.i

# · Swig · 12 lines · 6 code · 4 blank · 2 comment · 0 complexity · 5b246654dd0ef46b36c6894d9f44c276 MD5 · raw file

  1. /* File : example.i */
  2. %module example
  3. %{
  4. #include "example.h"
  5. %}
  6. %include "std_string.i"
  7. /* Let's just grab the original header file here */
  8. %include "example.h"