Showing content from https://clang.llvm.org/doxygen/stdbool_8h_source.html below:
clang: lib/Headers/stdbool.h Source File
clang: lib/Headers/stdbool.h Source File Go to the documentation of this file. 1/*===---- stdbool.h - Standard header for booleans -------------------------=== 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 * See https://llvm.org/LICENSE.txt for license information. 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 13#define __bool_true_false_are_defined 1 15#if defined(__MVS__) && __has_include_next(<stdbool.h>) 16#include_next <stdbool.h> 19#if defined(__STDC_VERSION__) && __STDC_VERSION__ > 201710L 20/* FIXME: We should be issuing a deprecation warning here, but cannot yet due 21 * to system headers which include this header file unconditionally. 23#elif !defined(__cplusplus) 27#elif defined(__GNUC__) && !defined(__STRICT_ANSI__) 28/* Define _Bool as a GNU extension. */ 30#if defined(__cplusplus) && __cplusplus < 201103L 31/* For C++98, define bool, false, true as a GNU extension. */ 39#endif /* __STDBOOL_H */ Generated on Sun Aug 17 2025 09:39:45 for clang by 1.9.6
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