/tags/rel-1.3.35/Examples/ocaml/scoped_enum/example.i

# · Swig · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 2f2adaab7782f464bd8f69ba2ccbfe00 MD5 · raw file

  1. %module example
  2. %{
  3. #include "foo.h"
  4. %}
  5. %include "foo.h"