Stdbool.h

Stdbool.h

stdbool.h

Стандартная библиотека
языка программирования С

stdbool.h — заголовочный файл стандартной библиотеки языка программирования С, который содержит четыре макроса для работы с типом данных bool. Данный заголовочный файл появился в стандарте C99.

Определение макросов согласно стандарту IEEE Std 1003.1-2001:

  • bool расширяется к _Bool
  • true расширяется до 1
  • false расширяется до 0
  • __bool_true_false_are_defined расширяется до 1

Программы, использующие эти макросы, могут отменять и переопределять bool, true, и false.

Ссылки


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Полезное


Смотреть что такое "Stdbool.h" в других словарях:

  • Stdbool.h — <stdbool.h> est l en tête de la bibliothèque standard C consacré aux booléens. Il a été introduit avec la norme C99 et contient quatre macros. Les macros telles que définies dans l IEEE Std 1003.1 2001 sont les suivantes : bool qui… …   Wikipédia en Français

  • stdbool.h — Стандартная библиотека языка программирования С assert.h complex.h ctype.h errno.h fenv.h float.h inttypes.h iso646.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stdbool.h stddef.h …   Википедия

  • Stdbool.h — The header stdbool.h in the C Standard Library for the C programming language contains four macros. This header was introduced in C99.The macros as defined in IEEE Std 1003.1 2001 are :* bool which expands to Bool * true which expands to 1 *… …   Wikipedia

  • Стандартная библиотека языка Си — Стандартная библиотека языка программирования С assert.h complex.h ctype.h errno.h fenv.h float.h inttypes.h iso646.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stdbool.h stddef.h …   Википедия

  • C standard library — The C Standard Library consists of a set of sections of the ANSI C standard in the programming language C. They describe a collection of headers and library routines used to implement common operations such as input/output[1] and string handling …   Wikipedia

  • Standard C Library — Die Standard C Library ist eine genormte Funktionsbibliothek für die Programmiersprache C, die etwa 200 häufig benötigte Funktionen für Ein und Ausgabe, mathematische Operationen, Verarbeitung von Zeichenketten, Speicherverwaltung und andere… …   Deutsch Wikipedia

  • Bibliotheque standard de C — Bibliothèque standard de C La bibliothèque standard du C est une collection maintenant normalisée d en têtes et de routines utilisées pour implémenter des opérations courantes, telles que les entrées/sorties et la gestion des chaînes de… …   Wikipédia en Français

  • Bibliothèque C ANSI — Bibliothèque standard de C La bibliothèque standard du C est une collection maintenant normalisée d en têtes et de routines utilisées pour implémenter des opérations courantes, telles que les entrées/sorties et la gestion des chaînes de… …   Wikipédia en Français

  • Bibliothèque Standard De C — La bibliothèque standard du C est une collection maintenant normalisée d en têtes et de routines utilisées pour implémenter des opérations courantes, telles que les entrées/sorties et la gestion des chaînes de caractères, dans le langage C. Au… …   Wikipédia en Français

  • Bibliothèque standard de C — La bibliothèque standard de C est une collection maintenant normalisée d en têtes et de routines utilisées pour implémenter des opérations courantes, telles que les entrées/sorties et la gestion des chaînes de caractères, dans le langage C. Au… …   Wikipédia en Français


Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»