repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
setlocale: Improve locale handling on macOS 10.12 or newer.
[gnulib.git]
/
modules
/
wcsftime
blob
d911a28897d983f1976f0e54a2f7d0a160e6fb60
1
Description:
2
wcsftime() function: convert broken-down time to wide string.
3
4
Files:
5
lib/wcsftime.c
6
m4/wcsftime.m4
7
8
Depends-on:
9
wchar
10
11
configure.ac:
12
gl_FUNC_WCSFTIME
13
if test $REPLACE_WCSFTIME = 1; then
14
AC_LIBOBJ([wcsftime])
15
fi
16
gl_WCHAR_MODULE_INDICATOR([wcsftime])
17
18
Makefile.am:
19
20
Include:
21
<wchar.h>
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
all