summaryrefslogtreecommitdiff
path: root/modules/wcsftime
blob: 5da3efb03e71f8fc168b9069899bbd78660483aa (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
28
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
gl_CONDITIONAL([GL_COND_OBJ_WCSFTIME], [test $REPLACE_WCSFTIME = 1])
gl_WCHAR_MODULE_INDICATOR([wcsftime])

Makefile.am:
if GL_COND_OBJ_WCSFTIME
lib_SOURCES += wcsftime.c
endif

Include:
<wchar.h>

License:
LGPLv2+

Maintainer:
all