git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1030 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
259 B
OpenEdge ABL
9 lines
259 B
OpenEdge ABL
%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);
|