aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-19 17:35:22 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-19 17:36:36 +0100
commit1ff634cfc73f08cf4943b784d65ad8aef979f8be (patch)
treefc105c917c85f6f4ce7f99e3ea7999aa1ef9a9c7 /README.md
parent8c8c5ef8786121e3b6815b937f9e88f823fad2f3 (diff)
C23
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4a9c88..b73bedf 100644
--- a/README.md
+++ b/README.md
@@ -11,3 +11,7 @@ and include it in your project with the following command:
```sh
wget 'https://git.sr.ht/~mango/da/blob/master/da.h'
```
+
+Do note that the `da_foreach()` macro requires the `auto` keyword from C23. If
+you wan’t to use an older standard of C, you can write the macro yourself to
+take a type argument.