summaryrefslogtreecommitdiff
path: root/docs/application/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-12 15:22:19 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-12 15:22:19 -0400
commit89418faafd87cbbf0b36bc8bf916904a170073f6 (patch)
treeea5b619a973ad83715de82a432565fba988a535f /docs/application/index.md
parent20a19f433956f063d8048f032aaf5dcce1d61e7c (diff)
use gnu23
Diffstat (limited to 'docs/application/index.md')
-rw-r--r--docs/application/index.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/application/index.md b/docs/application/index.md
index ccde773..115d8b2 100644
--- a/docs/application/index.md
+++ b/docs/application/index.md
@@ -6,7 +6,7 @@
* Linux X64 with io_uring (6+)
* GNU Make
-* GCC with -std=gnu99 -fhardened (14+)
+* GCC with -std=gnu23 -fhardened (14+)
# Sections
@@ -21,6 +21,9 @@
* ##### [Buffer](./buffer.md)
* ##### [Map](./map.md)
* ##### [Queue](./queue.md)
+* ##### [Union](./union.md)
+* ##### [Native](./native.md)
+* ##### [Error](./error.md)
* ##### [Namespace](./namespace.md)
* ##### [Testing](./testing.md)