mirror of
https://github.com/cc65/cc65.git
synced 2025-04-04 21:33:30 +00:00
Raise SIGABRT
git-svn-id: svn://svn.cc65.org/cc65/trunk@2015 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e39b1c963e
commit
06c1fafdcd
@ -7,12 +7,14 @@
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
|
||||
|
||||
|
||||
void abort (void)
|
||||
{
|
||||
raise (SIGABRT);
|
||||
fputs ("ABNORMAL PROGRAM TERMINATION\n", stderr);
|
||||
exit (3);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user