timespec
Record specifying time interval.
Declaration
Source position: ptypes.inc line 178
Type
timespec = record
  tv\_sec : time\_t;
  tv\_nsec : clong;
end
Record specifying time interval.
Source position: ptypes.inc line 178
Type
timespec = record
  tv\_sec : time\_t;
  tv\_nsec : clong;
end