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

/tags/Root-branch-php-utl/SWIG/Examples/tcl/java/example.i

#
Swig | 8 lines | 6 code | 2 blank | 0 comment | 0 complexity | 9ae75b13ad6c5888a8656d8636f62b7d MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module example
  2. %include <cni.i>
  3. %{
  4. #include "Example.h"
  5. %}
  6. %include Example.h