.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/time.h
.In time.h
.Ft int
.Fn clock_gettime "clockid_t clock_id" "struct timespec *tp"
The structure pointed to by
.Fa tp
is defined in
as:
.Pp
.Bd -literal