diff options
Diffstat (limited to 'lib/string/strftime.c')
-rw-r--r-- | lib/string/strftime.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/string/strftime.c b/lib/string/strftime.c new file mode 100644 index 0000000..ea1deb3 --- /dev/null +++ b/lib/string/strftime.c @@ -0,0 +1,7 @@ +// SPDX-FileCopyrightText: 2024, Alejandro Colomar <alx@kernel.org> +// SPDX-License-Identifier: BSD-3-Clause + + +#include <config.h> + +#include "strftime.h" |