#include
<sys/time.h>
main
(
)
{
struct
timespec
ts
;
(
void
)
clock_gettime
(
CLOCK_REALTIME
,
&
ts
)
;
}
syntax highlighted by
Code2HTML
, v. 0.9.1