Added telestrat to <time.h>.
That library has clock().
This commit is contained in:
parent
7bbc006014
commit
bae2821d5a
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ extern struct _timezone {
|
||||||
# define CLOCKS_PER_SEC 135 /* FIXME */
|
# define CLOCKS_PER_SEC 135 /* FIXME */
|
||||||
#elif defined(__GEOS__)
|
#elif defined(__GEOS__)
|
||||||
# define CLOCKS_PER_SEC 1
|
# define CLOCKS_PER_SEC 1
|
||||||
|
#elif defined(__TELESTRAT__)
|
||||||
|
# define CLOCKS_PER_SEC 10
|
||||||
#elif defined(__ATARI__) || defined (__LYNX__)
|
#elif defined(__ATARI__) || defined (__LYNX__)
|
||||||
/* Read the clock rate at runtime */
|
/* Read the clock rate at runtime */
|
||||||
clock_t _clocks_per_sec (void);
|
clock_t _clocks_per_sec (void);
|
||||||
|
|
Loading…
Add table
Reference in a new issue