Added hint on clock().

clock() isn't available on the Apple II - and never will be.
This commit is contained in:
Oliver Schmidt 2021-11-21 22:56:02 +01:00 committed by GitHub
parent 4f87c7cc64
commit f796c26091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ Functions that are <em/not/ available:
Functions not available on all supported systems:
<itemize>
<item><tt>clock</tt>: Support depends on the capabilities of the target
machine.
<p>
<item><tt>fopen/fread/fwrite/fclose/fputs/fgets/fscanf</tt>: The functions
are built on open/read/write/close. Those latter functions are not available
on all systems.