Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.1 KB

File metadata and controls

50 lines (44 loc) · 1.1 KB
title Using abort | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
devlang-cpp
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
Abort
dev_langs
C++
helpviewer_keywords
abort function
ms.assetid 3ba39b78-ef74-4a8d-8dee-2d62442de174
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw
translationtype Human Translation
ms.sourcegitcommit 3168772cbb7e8127523bc2fc2da5cc9b4f59beb8
ms.openlocfilehash 8792f2d587719fcf4c2f8ee3ba60b84e53d26c16

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