// 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);