Mercurial > hg > Members > kono > nitros9-code
comparison docs/ccguide/setime.refentry @ 575:10b50f909a23
All function prototypes are added.
author | roug |
---|---|
date | Fri, 01 Nov 2002 10:02:34 +0000 |
parents | ba824286a6a0 |
children |
comparison
equal
deleted
inserted
replaced
574:c49be44efba2 | 575:10b50f909a23 |
---|---|
10 <funcsynopsisinfo> | 10 <funcsynopsisinfo> |
11 #include <time.h> | 11 #include <time.h> |
12 </funcsynopsisinfo> | 12 </funcsynopsisinfo> |
13 <funcprototype> | 13 <funcprototype> |
14 <funcdef><function>setime</function></funcdef> | 14 <funcdef><function>setime</function></funcdef> |
15 <paramdef>type <parameter>arg1</parameter></paramdef> | 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> | |
16 </funcprototype> | 21 </funcprototype> |
17 </funcsynopsis> | 22 </funcsynopsis> |
18 | 23 |
19 </refsynopsisdiv> | 24 </refsynopsisdiv> |
20 | 25 |
27 </para> | 32 </para> |
28 </refsect1> | 33 </refsect1> |
29 | 34 |
30 <refsect1><title>Description</title> | 35 <refsect1><title>Description</title> |
31 <para> | 36 <para> |
32 Placeholder | 37 GETIME returns system time in buffer. |
38 SETIME sets system time from buffer. | |
33 </para> | 39 </para> |
34 </refsect1> | 40 </refsect1> |
35 </refentry> | 41 </refentry> |