SCO OpenServer
timevalnow(D3oddi)
timevalnow --
convert system representation of time to timeval format
Synopsis
#include <sys/clock.h>
void timevalnow(struct timeval *tr);
Description
Arguments
tr-
Pointer to a timeval structure
that will be populated.
timeval
has the following members:
long tv_sec; /* seconds */
long tv_usec; /* and microseconds */
Return values
None.
Usage
Context and synchronization
context
Hardware applicability
All
Version applicability
oddi:
3, 3mp, 4, 4mp, 5, 5mp, 6, 6mp
SVR5 DDI compatibility
References
nano_timeout(D3oddi)
``Clock, system'' in HDK Technical Reference
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 5 HDK - June 2005