From ca01cb847c1e3473f0390f9f9985c4c7860c3bc1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 20 Jun 2024 00:14:56 +0200 Subject: Add some ellipsis --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecc9f8c..527f04c 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3