/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
3extern int seg_crash();
4extern int bus_crash();
5extern int blowheap_crash();
6extern int overflow_crash();
7extern int abort_crash(int);
8extern int math_crash(int x, int y);
9extern void type_crash(int, short, char, unsigned long, float, double);