diff options
Diffstat (limited to 'docs/application/index.md')
| -rw-r--r-- | docs/application/index.md | 5 |
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) |
