/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
- %module debug
- extern int seg_crash();
- extern int bus_crash();
- extern int blowheap_crash();
- extern int overflow_crash();
- extern int abort_crash(int);
- extern int math_crash(int x, int y);
- extern void type_crash(int, short, char, unsigned long, float, double);