Add a license tag to every module.
[gnulib.git] / modules / gettime
1 Description:
2 Return current time, with nanosecond resolution.
3
4 Files:
5 lib/gettime.c
6 m4/clock_time.m4
7 m4/gettime.m4
8
9 Depends-on:
10 gettimeofday
11 timespec
12
13 configure.ac:
14 gl_GETTIME
15
16 Makefile.am:
17 lib_SOURCES += gettime.c
18
19 Include:
20
21 License:
22 GPL
23
24 Maintainer:
25 Paul Eggert, Jim Meyering
26