PageRenderTime 35ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/perl5/import/bar.i

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