A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/algorithm/../../cpp/../cpp/header/../../c/header/stdbool.html below:

Standard library header <stdbool.h>Â (C99)(deprecated in C23)

This header provides macros for boolean type.

Macros

bool

(C99)(removed in C23)

convenience macro, expands to _Bool
(keyword macro) Macro constants

true

(C99)(removed in C23)

expands to integer constant 1
(macro constant)

false

(C99)(removed in C23)

expands to integer constant ​0​
(macro constant)

__bool_true_false_are_defined

(C99)(deprecated in C23)

expands to integer constant 1
(macro constant) [edit] Synopsis
#if __STDC_VERSION__ < 202311l
#define bool _Bool
#define true 1
#define false 0
#endif
 
#define __bool_true_false_are_defined 1

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4