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

/tags/rel-1-3-25/SWIG/Examples/tcl/import/base.i

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