Files
oldlinux-files/Ref-docs/syscalls/syscalls_108.html
2024-02-19 00:21:47 -05:00

26 lines
1.1 KiB
HTML

<html><!-- This HTML file has been created by texi2html 1.29
from syscalls.texi on 4 June 1994 -->
<TITLE>Syscall specifications of Linux - time</TITLE>
<P>Go to the <A HREF="syscalls_107.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_107.html">previous</A>, <A HREF="syscalls_109.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_109.html">next</A> section.<P>
<H2><A NAME="SEC108" HREF="syscalls_toc.html#SEC108" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_toc.html#SEC108">time</A></H2>
<P>
<H3>SYNOPSIS</H3>
<P>
<CODE>time_t time(time_t *<VAR>t</VAR>);</CODE>
<H3>PARAMETERS</H3>
<P>
<VAR>t</VAR>: [out] where to store the time.
<P>
<H3>DESCRIPTION</H3>
<P>
Returns the time in seconds from 00:00:00 GMT January 1, 1970. If
<VAR>t</VAR> is not <CODE>NULL</CODE>, the value is also stored there.
<P>
<H3>RETURN VALUE</H3>
<P>
The time (see description).
<P>
<P>Go to the <A HREF="syscalls_107.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_107.html">previous</A>, <A HREF="syscalls_109.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_109.html">next</A> section.<P>