5 This file is part of the Public Domain C Library (PDCLib).
6 Permission is granted to use, modify, and / or redistribute at will.
23 #include <_PDCLIB_test.h>
27 static void aborthandler( int sig )
34 int UNEXPECTED_RETURN_FROM_ABORT = 0;
35 TESTCASE( signal( SIGABRT, &aborthandler ) != SIG_ERR );
37 TESTCASE( UNEXPECTED_RETURN_FROM_ABORT );