Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 735 Bytes

File metadata and controls

19 lines (18 loc) · 735 Bytes
title Using abort | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-language
ms.topic language-reference
f1_keywords
Abort
dev_langs
C++
helpviewer_keywords
abort function
ms.assetid 3ba39b78-ef74-4a8d-8dee-2d62442de174
author mikeblome
ms.author mblome
ms.workload
cplusplus

Using abort

Calling the abort function causes immediate termination. It bypasses the normal destruction process for initialized global static objects. It also bypasses any special processing that was specified using the atexit function.

See Also

Additional Termination Considerations