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
malloc, calloc, realloc tests: Work around clang optimization bug.
[gnulib.git]
/
modules
/
wcsftime
blob
5da3efb03e71f8fc168b9069899bbd78660483aa
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
gl_CONDITIONAL([GL_COND_OBJ_WCSFTIME], [test $REPLACE_WCSFTIME = 1])
14
gl_WCHAR_MODULE_INDICATOR([wcsftime])
15
16
Makefile.am:
17
if GL_COND_OBJ_WCSFTIME
18
lib_SOURCES += wcsftime.c
19
endif
20
21
Include:
22
<wchar.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all