Skip to content

timespec

Record specifying time interval.

Declaration

Source position: ptypes.inc line 178

Type
timespec = record
  tv\_sec : time\_t;
  tv\_nsec : clong;
end