PageRenderTime 47ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 1ms

/tags/rel-1.3.35/Examples/perl5/multiple_inheritance/example.i

#
Swig | 9 lines | 5 code | 2 blank | 2 comment | 0 complexity | 1fc2ba4d1e6ede534918d71f8ec93d90 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. /* File : example.i */
  2. %module example
  3. %{
  4. #include "example.h"
  5. %}
  6. /* Let's just grab the original header file here */
  7. %include "example.h"