Manual Page Result
0
Command: wcsftime | Section: 3 | Source: OpenBSD | File: wcsftime.3
WCSFTIME(3) FreeBSD Library Functions Manual WCSFTIME(3)
NAME
wcsftime - format date and time to wide characters string
SYNOPSIS
#include <wchar.h>
size_t
wcsftime(wchar_t *buf, size_t maxsize, const wchar_t *format,
const struct tm *timeptr);
DESCRIPTION
The wcsftime() function is a wide char equivalent of strftime(3).
SEE ALSO
strftime(3)
FreeBSD 14.1-RELEASE-p8 March 29, 2022 FreeBSD 14.1-RELEASE-p8