Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 683 Bytes

abort-function-c.md

File metadata and controls

24 lines (22 loc) · 683 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
abort Function (C) | Microsoft Docs
11/04/2016
cpp-language
article
C++
abort function
caa62d67-ffc4-4481-87a4-0c1e2b0f537c
6
mikeblome
mblome
ghogen

abort Function (C)

ANSI 4.10.4.1 The behavior of the abort function with regard to open and temporary files

The abort function does not close files that are open or temporary. It does not flush stream buffers.

See Also

Library Functions