mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
24 lines
257 B
Plaintext
24 lines
257 B
Plaintext
Description:
|
|
gettimeofday() function: return current time.
|
|
|
|
Files:
|
|
lib/gettimeofday.c
|
|
m4/gettimeofday.m4
|
|
|
|
Depends-on:
|
|
sys_time
|
|
|
|
configure.ac:
|
|
gl_FUNC_GETTIMEOFDAY
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<sys/time.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|