mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
31 lines
296 B
Plaintext
31 lines
296 B
Plaintext
Description:
|
|
Convert a string representation of time to a tm structure.
|
|
|
|
Files:
|
|
lib/strptime.c
|
|
m4/strptime.m4
|
|
m4/tm_gmtoff.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
sys_time
|
|
string
|
|
strcase
|
|
stdbool
|
|
time
|
|
time_r
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRPTIME
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<time.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
glibc
|