Error handling
Aus cppreference.com
< c
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
[Bearbeiten]Types
definiert in Header <errno.h> | |
definiert in Header <stdio.h> | |
errno_t (C11) | the type of errno value (typedef) |
[Bearbeiten]Fehlernummern
definiert in Header <errno.h> | |
Makro, das auf POSIX-kompatiblen lokalen Thread-Fehler-Nummer variable (Makro-Variablen) erweitert Original: macro which expands to POSIX-compatible thread-local error number variable (Makro-Variablen) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
Makros für Standard-POSIX-kompatiblen Fehlerbedingungen Original: macros for standard POSIX-compatible error conditions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Makro konstant) |
[Bearbeiten]Assertions
definiert in Header <assert.h> | |
bricht das Programm ab, wenn vom Benutzer angegebene Bedingung nicht true. Kann für Release-Builds deaktiviert zu sein Original: aborts the program if the user-specified condition is not true. May be disabled for release builds The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funktionieren Makro) | |
(C11) | issues a compile-time diagnostic if the value of a constant expression is false (funktionieren Makro) |