mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
24 lines
240 B
Plaintext
24 lines
240 B
Plaintext
Description:
|
|
gettimeofday() function: return current time.
|
|
|
|
Files:
|
|
lib/gettimeofday.c
|
|
m4/gettimeofday.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
AC_FUNC_GETTIMEOFDAY_CLOBBER
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<sys/time.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|