abort

Terminates the Program with abnormal termination.

  abort(void)
  
Remarks

The program is terminated without executing destructors for objects of automatic or static storage duration and without calling the functions passed to atexit.