annotate docs/ccguide/setime.refentry @ 598:a74b8d8c28db

All refentries finished.
author roug
date Fri, 15 Nov 2002 21:49:51 +0000
parents 10b50f909a23
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
1 <refentry id="setime">
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
2 <refnamediv>
468
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
3 <refname>Setime</refname>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
4 <refname>Getime</refname>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
5 <refpurpose>set and get system time</refpurpose>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
6 </refnamediv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
7
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
8 <refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
9 <funcsynopsis>
468
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
10 <funcsynopsisinfo>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
11 #include &lt;time.h&gt;
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
12 </funcsynopsisinfo>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
13 <funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
14 <funcdef><function>setime</function></funcdef>
575
10b50f909a23 All function prototypes are added.
roug
parents: 544
diff changeset
15 <paramdef>struct sgtbuf *<parameter>buffer</parameter></paramdef>
10b50f909a23 All function prototypes are added.
roug
parents: 544
diff changeset
16 </funcprototype>
10b50f909a23 All function prototypes are added.
roug
parents: 544
diff changeset
17
10b50f909a23 All function prototypes are added.
roug
parents: 544
diff changeset
18 <funcprototype>
10b50f909a23 All function prototypes are added.
roug
parents: 544
diff changeset
19 <funcdef><function>getime</function></funcdef>
10b50f909a23 All function prototypes are added.
roug
parents: 544
diff changeset
20 <paramdef>struct sgtbuf *<parameter>buffer</parameter></paramdef>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
21 </funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
22 </funcsynopsis>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
23
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
24 </refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
25
544
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
26 <refsect1><title>Assembler Equivalent</title>
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
27 <para>
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
28 os9 F$STIME
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
29 </para>
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
30 <para>
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
31 os9 F$GTIME
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
32 </para>
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
33 </refsect1>
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
34
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
35 <refsect1><title>Description</title>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
36 <para>
575
10b50f909a23 All function prototypes are added.
roug
parents: 544
diff changeset
37 GETIME returns system time in buffer.
10b50f909a23 All function prototypes are added.
roug
parents: 544
diff changeset
38 SETIME sets system time from buffer.
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
39 </para>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
40 </refsect1>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
41 </refentry>