PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/ocaml/scoped_enum/example.i

#
Swig | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 2f2adaab7782f464bd8f69ba2ccbfe00 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module example
  2. %{
  3. #include "foo.h"
  4. %}
  5. %include "foo.h"