/* ============================================================================= stime.c -- set the system time of day Version 1 -- 1987-03-23 ============================================================================= */ stime(tloc) long *tloc; { extern long _time; _time = *tloc; }