From: Oliver Schmidt Date: Thu, 8 Nov 2018 19:43:46 +0000 (+0100) Subject: Added basic docs on the clock_... functions. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8fd1db4d7882cb7c65fc43a7cc25b4b3ac678b06;p=cc65 Added basic docs on the clock_... functions. --- 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

+ + + +/ +/ is not +a multiple of +The function is only available as fastcall function, so it may only +be used in presence of a prototype. +Depending on the target either the +, + + + + + +clock_gettime

+ + + +/ + +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 the +retrieved value may not be valid. See also the platform-specific information. + +, + + + + + + +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. +, +