mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Replaced systime() with clock_gettime().
This commit is contained in:
parent
3ffefb0f0d
commit
ee6b2edd72
@ -48,7 +48,7 @@ changed between <tt/tgi_init/ and <tt/tgi_done/.
|
||||
It is safe to use these standard includes and their contents:
|
||||
<tt/assert.h, conio.h, dio.h, errno.h, em.h, geos.h, joystick.h, modload.h, mouse.h, stdlib.h, string.h, tgi.h, time.h/
|
||||
<p>
|
||||
For <tt/time.h/ functions <tt/systime()/ and <tt/clock()/ note that the resolution is one second.
|
||||
For <tt/time.h/ functions <tt/clock()/ and <tt/clock_gettime()/ note that the resolution is one second.
|
||||
<p>
|
||||
Functions from the headers above are either standard C library functions or cc65-specific, in
|
||||
either case they are not GEOS specific and so they are not described here.
|
||||
|
Loading…
x
Reference in New Issue
Block a user