466
|
1 <refentry id="setime">
|
|
2 <refnamediv>
|
468
|
3 <refname>Setime</refname>
|
|
4 <refname>Getime</refname>
|
|
5 <refpurpose>set and get system time</refpurpose>
|
466
|
6 </refnamediv>
|
|
7
|
|
8 <refsynopsisdiv>
|
|
9 <funcsynopsis>
|
468
|
10 <funcsynopsisinfo>
|
|
11 #include <time.h>
|
|
12 </funcsynopsisinfo>
|
466
|
13 <funcprototype>
|
|
14 <funcdef><function>setime</function></funcdef>
|
575
|
15 <paramdef>struct sgtbuf *<parameter>buffer</parameter></paramdef>
|
|
16 </funcprototype>
|
|
17
|
|
18 <funcprototype>
|
|
19 <funcdef><function>getime</function></funcdef>
|
|
20 <paramdef>struct sgtbuf *<parameter>buffer</parameter></paramdef>
|
466
|
21 </funcprototype>
|
|
22 </funcsynopsis>
|
|
23
|
|
24 </refsynopsisdiv>
|
|
25
|
544
|
26 <refsect1><title>Assembler Equivalent</title>
|
|
27 <para>
|
|
28 os9 F$STIME
|
|
29 </para>
|
|
30 <para>
|
|
31 os9 F$GTIME
|
|
32 </para>
|
|
33 </refsect1>
|
|
34
|
466
|
35 <refsect1><title>Description</title>
|
|
36 <para>
|
575
|
37 GETIME returns system time in buffer.
|
|
38 SETIME sets system time from buffer.
|
466
|
39 </para>
|
|
40 </refsect1>
|
|
41 </refentry>
|