be05c62bd7
BTW, there's no translatable string in there. Signed-off-by: Alejandro Colomar <alx@kernel.org>
11 lines
240 B
C
11 lines
240 B
C
// SPDX-FileCopyrightText: 2021-2024, Alejandro Colomar <alx@kernel.org>
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
|
#include <config.h>
|
|
|
|
#include "time/day_to_str.h"
|
|
|
|
|
|
extern inline void date_to_str(size_t size, char buf[size], long date);
|