From 8fd1db4d7882cb7c65fc43a7cc25b4b3ac678b06 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Thu, 8 Nov 2018 20:43:46 +0100
Subject: [PATCH] Added basic docs on the clock_... functions.
---
doc/funcref.sgml | 90 ++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 88 insertions(+), 2 deletions(-)
diff --git a/doc/funcref.sgml b/doc/funcref.sgml
index 1fa6558a7..ade7a855f 100644
--- a/doc/funcref.sgml
+++ b/doc/funcref.sgml
@@ -748,9 +748,11 @@ communication, see also testcode/lib/ser-test.c.
-
+
+
+
@@ -2574,6 +2576,89 @@ changing values. (See the description of
+clock_getres
+,
+
+
+
+
+
+
+clock_settime
+
+
+
+/
+
+The function is only available as fastcall function, so it may only
+be used in presence of a prototype.
+Many platforms supported by cc65 do not have a realtime clock, so
+setting the time may not work. See also the platform-specific information.
+
+,
+
+
+
+
+
clrscr
@@ -7381,7 +7466,8 @@ returned value may not be valid.
+,
+
--
2.39.5