diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-20 00:14:56 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-20 00:14:56 +0200 |
commit | ca01cb847c1e3473f0390f9f9985c4c7860c3bc1 (patch) | |
tree | b072dc2402792c8b1e7820d037aeb8f94b04f3b1 | |
parent | e5c94ebbb873958709af7913882fb6aaceefa0da (diff) |
Add some ellipsis
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -317,7 +317,7 @@ of `xs`. --- ```c -#define strspushenvl(xs, ev, ...) +#define strspushenvl(xs, ev, ...) /* … */ ``` Append the value of the environment variable `ev` to the end of `xs`. If @@ -373,7 +373,7 @@ more recently than the file `x`. --- ```c -#define foutdatedl(x, ...) +#define foutdatedl(x, ...) /* … */ ``` Returns `true` if any of the files specified by the variable-arguments |