aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.