mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
27 lines
272 B
Plaintext
27 lines
272 B
Plaintext
Description:
|
|
Convert calendar time to simple time, inverse of mktime.
|
|
|
|
Files:
|
|
lib/timegm.h
|
|
lib/timegm.c
|
|
m4/timegm.m4
|
|
|
|
Depends-on:
|
|
mktime
|
|
time_r
|
|
|
|
configure.ac:
|
|
gl_FUNC_TIMEGM
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += timegm.h
|
|
|
|
Include:
|
|
"timegm.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all, glibc
|