timeval
Time specification type.
Declaration
Source position: ptypes.inc line 167
Type
timeval = record
tv\_sec : time\_t;
tv\_usec : clong;
end
Time specification type.
Source position: ptypes.inc line 167
Type
timeval = record
tv\_sec : time\_t;
tv\_usec : clong;
end