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

/trunk/Examples/ruby/import/foo.i

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