Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/setime.refentry @ 3205:e85fdf0e52ae
corsham,atari: Include OS9GEN in disk image creation
This requires ToolShed 2.2 or newer. The os9gen command
from previous ToolShed versions would corrupt the disk image.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 09 Sep 2017 22:37:18 +0200 |
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 <time.h> </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>