/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

  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);