malloc, calloc, realloc tests: Work around clang optimization bug.
[gnulib.git] / modules / wcsftime
blob5da3efb03e71f8fc168b9069899bbd78660483aa
1 Description:
2 wcsftime() function: convert broken-down time to wide string.
4 Files:
5 lib/wcsftime.c
6 m4/wcsftime.m4
8 Depends-on:
9 wchar
11 configure.ac:
12 gl_FUNC_WCSFTIME
13 gl_CONDITIONAL([GL_COND_OBJ_WCSFTIME], [test $REPLACE_WCSFTIME = 1])
14 gl_WCHAR_MODULE_INDICATOR([wcsftime])
16 Makefile.am:
17 if GL_COND_OBJ_WCSFTIME
18 lib_SOURCES += wcsftime.c
19 endif
21 Include:
22 <wchar.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all