diff options
| author | 2026-02-24 14:08:35 +0100 | |
|---|---|---|
| committer | 2026-02-24 14:08:35 +0100 | |
| commit | 6417c31a69ce06f35e00771fd2ecc87dbe48cd7a (patch) | |
| tree | 00f0111400eb9612ccb0c573146a193549d07509 /doc | |
| parent | 4dc998cca9a374325208d66b0700dddcb20840f0 (diff) | |
C23 true and false keywords
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/cstd.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/cstd.md b/doc/cstd.md index 63e39cd..9c235b4 100644 --- a/doc/cstd.md +++ b/doc/cstd.md @@ -25,7 +25,6 @@ A list of missing standard C features: - Digit separator ' - Attributes (`[[...]]` syntax) - Labels followed by declarations and } - - `true` and `false` keywords - `auto` for type inference, `typeof_unqual`, `constexpr` - `unreachable` macro in `<stddef.h>` - checked int arithmetic (`<stdckdint.h>`) |