Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


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


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026