stime() COHERENT System Call stime() Set the time #include int stime(timep) time_t *timep; stime sets the system time. timep points to a variable of type time_t, which contains the number of seconds since midnight GMT of January 1, 1970. stime is restricted to the superuser. ***** Files ***** <sys/types.h> ***** See Also ***** COHERENT system calls, ctime(), date, ftime(), stat(), utime() ***** Diagnostics ***** stime returns -1 on error, zero otherwise. COHERENT Lexicon Page 1