repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
gethrxtime
blob
b4a715f3ea21871f5c216b88a1159d66fbc998d2
1
Description:
2
Get high resolution real time.
3
4
Files:
5
lib/xtime.h
6
lib/xtime.c
7
lib/gethrxtime.c
8
lib/gethrxtime.h
9
m4/gethrxtime.m4
10
11
Depends-on:
12
clock-time
13
extensions
14
extern-inline
15
gettime
16
sys_time
17
18
configure.ac:
19
gl_GETHRXTIME
20
21
Makefile.am:
22
lib_SOURCES += gethrxtime.c xtime.c
23
24
Include:
25
"xtime.h"
26
27
Link:
28
$(LIB_GETHRXTIME)
29
30
License:
31
GPL
32
33
Maintainer:
34
Paul Eggert