summaryrefslogtreecommitdiff
path: root/modules/wcsftime
blob: d911a28897d983f1976f0e54a2f7d0a160e6fb60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description:
wcsftime() function: convert broken-down time to wide string.

Files:
lib/wcsftime.c
m4/wcsftime.m4

Depends-on:
wchar

configure.ac:
gl_FUNC_WCSFTIME
if test $REPLACE_WCSFTIME = 1; then
  AC_LIBOBJ([wcsftime])
fi
gl_WCHAR_MODULE_INDICATOR([wcsftime])

Makefile.am:

Include:
<wchar.h>

License:
LGPLv2+

Maintainer:
all