4 * utvtoa - return an asciized representation of an unsigned struct timeval
8 #include "lib_strbuf.h"
13 #include "ntp_stdlib.h"
14 #include "ntp_unixtime.h"
18 const struct timeval
*tv
25 (void) sprintf(buf
, "%lu.%06lu", (u_long
)tv
->tv_sec
,