--- title: "abort Function (C)" ms.custom: na ms.date: "10/14/2016" ms.prod: "visual-studio-dev14" ms.reviewer: na ms.suite: na ms.technology: - "devlang-cpp" ms.tgt_pltfrm: na ms.topic: "article" dev_langs: - "C++" - "C" helpviewer_keywords: - "abort function" ms.assetid: caa62d67-ffc4-4481-87a4-0c1e2b0f537c caps.latest.revision: 6 ms.author: "mithom" 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" --- # 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](../c/library-functions.md)