PageRenderTime 56ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/Root-branch-php-utl/SWIG/Tools/WAD/Test/debug.i

#
Swig | 9 lines | 8 code | 1 blank | 0 comment | 0 complexity | b42f6581f6ea3f28b29049b0a91322be MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module debug
  2. extern int seg_crash();
  3. extern int bus_crash();
  4. extern int blowheap_crash();
  5. extern int overflow_crash();
  6. extern int abort_crash(int);
  7. extern int math_crash(int x, int y);
  8. extern void type_crash(int, short, char, unsigned long, float, double);