view docs/ccguide/setime.refentry @ 3140:03b580a02945

Allow CoCo3FPGA-specific build of superdesc.asm Added new conditional CC3FPGA and code to "level1/modules/superdesc.asm" to reflect changes needed to build the new SD card descriptors for the Coco3FPGA.
author Bill Pierce <merlinious999@gmail.com>
date Sat, 04 Feb 2017 11:06:26 +0100
parents 10b50f909a23
children
line wrap: on
line source

<refentry id="setime">
<refnamediv>
<refname>Setime</refname>
<refname>Getime</refname>
<refpurpose>set and get system time</refpurpose>
</refnamediv>

<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
#include &lt;time.h&gt;
</funcsynopsisinfo>
<funcprototype>
  <funcdef><function>setime</function></funcdef>
  <paramdef>struct sgtbuf *<parameter>buffer</parameter></paramdef>
</funcprototype>

<funcprototype>
  <funcdef><function>getime</function></funcdef>
  <paramdef>struct sgtbuf *<parameter>buffer</parameter></paramdef>
</funcprototype>
</funcsynopsis>

</refsynopsisdiv>

<refsect1><title>Assembler Equivalent</title>
<para>
os9 F$STIME
</para>
<para>
os9 F$GTIME
</para>
</refsect1>

<refsect1><title>Description</title>
<para>
GETIME returns system time in buffer.
SETIME sets system time from buffer.
</para>
</refsect1>
</refentry>