mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
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
@ -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…
Reference in New Issue
Block a user