1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Added telestrat to <time.h>.

That library has clock().
This commit is contained in:
Greg King 2022-02-03 00:18:02 -05:00 committed by mrdudz
parent 2ed9df708f
commit bdd7466afd

View File

@ -102,6 +102,8 @@ extern struct _timezone {
# define CLOCKS_PER_SEC 135 /* FIXME */
#elif defined(__GEOS__)
# define CLOCKS_PER_SEC 1
#elif defined(__TELESTRAT__)
# define CLOCKS_PER_SEC 10
#elif defined(__ATARI__) || defined (__LYNX__)
/* Read the clock rate at runtime */
clock_t _clocks_per_sec (void);