1995-09-14 03:18:57 +00:00
|
|
|
*** utils.h~ Mon Jul 24 22:22:34 1995
|
|
|
|
--- utils.h Thu Sep 14 04:28:35 1995
|
1995-05-05 23:42:52 +00:00
|
|
|
***************
|
1995-09-14 03:18:57 +00:00
|
|
|
*** 54,60 ****
|
1995-05-05 23:42:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
// Defines
|
|
|
|
! #define MSEC_PER_CLOCK (1.0e3 / CLOCKS_PER_SEC)
|
|
|
|
|
1995-09-14 03:18:57 +00:00
|
|
|
#ifndef max
|
|
|
|
#define max(a,b) (a<b ? b : a)
|
|
|
|
--- 54,60 ----
|
1995-05-05 23:42:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
// Defines
|
1995-09-14 03:18:57 +00:00
|
|
|
! #define MSEC_PER_CLOCK 8 // (1.0e3 / CLOCKS_PER_SEC)
|
1995-05-05 23:42:52 +00:00
|
|
|
|
1995-09-14 03:18:57 +00:00
|
|
|
#ifndef max
|
|
|
|
#define max(a,b) (a<b ? b : a)
|