aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/cstd.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cstd.md')
-rw-r--r--doc/cstd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cstd.md b/doc/cstd.md
index 9c235b4..84dd9a2 100644
--- a/doc/cstd.md
+++ b/doc/cstd.md
@@ -6,7 +6,7 @@ A list of missing standard C features:
## C99
- Variable-length arrays (VLAs)
- Proper `long double` support in platforms with extended floats (currently equivalent to `double`)
- - `complex` types, `<tgmath.h>` header
+ - `<tgmath.h>` header
- digraphs
- Universal character names (`\uXXXX`, `\UXXXXXXXX`)
- IEEE 754 float support Annex F IEC 60559 (`FLT_EVAL_METHOD`, `FENV_ACCESS` pragma) (not even GCC or Clang care about this)