SmartAudio/package/avs/libsensory/files/wrapper/chk/chk_fail.c

10 lines
82 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
void a_crash(void)
{
exit(-1);
}
void __chk_fail(void)
{
a_crash();
for(;;);
}