Subversion Repositories Kolibri OS

Rev

Rev 4973 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4973 Rev 5123
Line 8... Line 8...
8
extern "C" {
8
extern "C" {
9
#endif
9
#endif
Line 10... Line 10...
10
 
10
 
Line 11... Line -...
11
#ifndef __dj_ENFORCE_ANSI_FREESTANDING
-
 
12
 
-
 
13
/* 65536(tics/hour) / 3600(sec/hour) * 5(scale) = 91.02
-
 
14
   The 5 is to make it a whole number (18.2*5=91) so that
11
#ifndef __dj_ENFORCE_ANSI_FREESTANDING
Line 15... Line 12...
15
   floating point ops aren't required to use it. */
12
 
Line 16... Line 13...
16
#define CLOCKS_PER_SEC	91
13
#define CLOCKS_PER_SEC 100
17
 
14