1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00

added info that time.h is safe to be used

git-svn-id: svn://svn.cc65.org/cc65/trunk@1585 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2002-11-22 19:35:02 +00:00
parent 7ee826123f
commit df42c5943d

View File

@ -46,7 +46,7 @@ GEOS 2.0 so color functions are disabled. Both 40 and 80 columns modes are suppo
and automatically detected.
<p>
It is safe to use these standard includes and its contents:
<tt/assert.h, conio.h, dio.h, errno.h, geos.h, joystick.h, mouse.h, stdlib.h, string.h/
<tt/assert.h, conio.h, dio.h, errno.h, geos.h, joystick.h, mouse.h, stdlib.h, string.h, time.h/
<p>
It was not tested enough, but functions from these includes might work under GEOS:
<tt/rs232.h, zlib.h/