From f796c260910cf6047623c3c550fa1153f4e839ae Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 21 Nov 2021 22:56:02 +0100 Subject: [PATCH] Added hint on clock(). clock() isn't available on the Apple II - and never will be. --- doc/library.sgml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/library.sgml b/doc/library.sgml index 303809c59..bcd5db86e 100644 --- a/doc/library.sgml +++ b/doc/library.sgml @@ -59,6 +59,9 @@ Functions that are + clock: Support depends on the capabilities of the target + machine. +

fopen/fread/fwrite/fclose/fputs/fgets/fscanf: The functions are built on open/read/write/close. Those latter functions are not available on all systems.