From 5242eef8fc54636a41701fd9d7083ba6e4a4e0b3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 26 Jun 2024 18:18:39 +0200 Subject: Merging upstream version 1:4.15.2. Signed-off-by: Daniel Baumann --- lib/time/day_to_str.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/time/day_to_str.c (limited to 'lib/time/day_to_str.c') diff --git a/lib/time/day_to_str.c b/lib/time/day_to_str.c new file mode 100644 index 0000000..e3e4221 --- /dev/null +++ b/lib/time/day_to_str.c @@ -0,0 +1,11 @@ +// SPDX-FileCopyrightText: 2021-2024, Alejandro Colomar +// SPDX-FileCopyrightText: 2024, Tobias Stoeckmann +// SPDX-License-Identifier: BSD-3-Clause + + +#include + +#include "time/day_to_str.h" + + +extern inline void day_to_str(size_t size, char buf[size], long day); -- cgit v1.2.3