mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
255 B
Plaintext
25 lines
255 B
Plaintext
Description:
|
|
mktime() function: convert broken-down time to linear time.
|
|
|
|
Files:
|
|
lib/mktime.c
|
|
m4/mktime.m4
|
|
|
|
Depends-on:
|
|
time_r
|
|
|
|
configure.ac:
|
|
gl_FUNC_MKTIME
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<time.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering, glibc
|
|
|