Added hint on clock().
clock() isn't available on the Apple II - and never will be.
This commit is contained in:
parent
4f87c7cc64
commit
f796c26091
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue