autoupdate
[gnulib.git] / modules / gettime
1 Description:
2 Return current time, with nanosecond resolution.
3
4 Files:
5 lib/gettime.c
6 m4/gettime.m4
7
8 Depends-on:
9 clock-time
10 gettimeofday
11 sys_time
12 timespec
13 extensions
14
15 configure.ac:
16 gl_GETTIME
17
18 Makefile.am:
19
20 Include:
21 "timespec.h"
22
23 Link:
24 $(LIB_CLOCK_GETTIME)
25
26 License:
27 GPL
28
29 Maintainer:
30 Paul Eggert, Jim Meyering