Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v6

time(2)



time get date and time (time = 13.)
sys time time(tvec)
int tvec[2];
returns the time since 00:00:00 GMT, Jan. 1, 1970, measured in seconds. From the high order word is in the r0 register and the low order is in r1. From C, the user-supplied vector is filled in. date (I), stime (II), ctime (III)



time(2)