* lib/strptime.h (strptime): Use 'restrict' for args where
[gnulib.git] / modules / strptime
1 Description:
2 Convert a string representation of time to a tm structure.
3
4 Files:
5 lib/strptime.h
6 lib/strptime.c
7 m4/strptime.m4
8 m4/tm_gmtoff.m4
9
10 Depends-on:
11 sys_time
12 string
13 strcase
14 stdbool
15 time_r
16
17 configure.ac:
18 gl_FUNC_STRPTIME
19
20 Makefile.am:
21
22 Include:
23 "strptime.h"
24
25 License:
26 LGPL
27
28 Maintainer:
29 glibc