PageRenderTime 66ms CodeModel.GetById 11ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/test-suite/preproc_include_b.h

#
C++ Header | 7 lines | 3 code | 4 blank | 0 comment | 0 complexity | 08ad6b0458b3851df677d84f12ecdbf1 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. int multiply20(int a);
  2. #define PREPROC_INCLUDE_C "preproc_include_c.h"
  3. #include PREPROC_INCLUDE_C