Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ time(2) — AIX/RT 2.2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

stime

time

Purpose

     Gets the time.

Syntax

     long time ((long *) 0)                    long time (tloc)
                                               long *tloc;
     Description

     The time system call returns  the current time in seconds
     since 00:00:00 GMT, January 1, 1970.

     If the tloc parameter is nonzero, the time is also stored
     in the location to which the tloc parameter points.

     Warning:  The actions  of the time system  call are unde-
     fined if the tloc parameter &pointsout..

     Return Value

     Upon successful completion, the current time is returned.

     Related Information

     In this book:  "stime."

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