Mercurial > hg > octave-shane > gnulib-hg
annotate modules/gettime @ 5251:42b53a22aee5
Add a license tag to every module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 22 Sep 2004 15:11:04 +0000 |
parents | 3ccc6d0d52bb |
children | fa944df25e37 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Return current time, with nanosecond resolution. |
4110 | 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 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
21 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
22 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
23 |
4197 | 24 Maintainer: |
25 Paul Eggert, Jim Meyering | |
26 |