PageRenderTime 24ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/preproc_constants_c.i

#
Swig | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | ddf0b40c5fd395b88ee9c2acb7428eca MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module preproc_constants_c
  2. %define true 1 %enddef
  3. %define false 0 %enddef
  4. %include "preproc_constants.i"