···228228// libsurvive timecode may not be exactly comparable with monotonic ns.
229229// see OGGetAbsoluteTimeUS in libsurvive redist/os_generic.unix.h
230230static double
231231-survive_timecode_now_s()
231231+survive_timecode_now_s(void)
232232{
233233 struct timeval tv;
234234 gettimeofday(&tv, 0);