PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Swig | 9 lines | 6 code | 3 blank | 0 comment | 0 complexity | f0e60a7ab4906f2794b15b61c0a1c9be 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