Subversion Repositories Kolibri OS

Rev

Rev 4921 | Rev 6536 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4921 Rev 6099
Line 23... Line 23...
23
 
23
 
24
#define CLOCKS_PER_SEC _CLOCKS_PER_SEC_
24
#define CLOCKS_PER_SEC _CLOCKS_PER_SEC_
Line 25... Line 25...
25
#define CLK_TCK CLOCKS_PER_SEC
25
#define CLK_TCK CLOCKS_PER_SEC
-
 
26
 
Line 26... Line 27...
26
 
27
#include 
Line 27... Line 28...
27
#include 
28
#include 
28
 
29
 
Line 37... Line 38...
37
  int	tm_mon;
38
  int	tm_mon;
38
  int	tm_year;
39
  int	tm_year;
39
  int	tm_wday;
40
  int	tm_wday;
40
  int	tm_yday;
41
  int	tm_yday;
41
  int	tm_isdst;
42
  int	tm_isdst;
-
 
43
#ifdef __TM_GMTOFF
-
 
44
  long	__TM_GMTOFF;
-
 
45
#endif
-
 
46
#ifdef __TM_ZONE
-
 
47
  const char *__TM_ZONE;
-
 
48
#endif
42
};
49
};
Line 43... Line 50...
43
 
50
 
44
clock_t	   _EXFUN(clock,    (void));
51
clock_t	   _EXFUN(clock,    (void));
45
double	   _EXFUN(difftime, (time_t _time2, time_t _time1));
52
double	   _EXFUN(difftime, (time_t _time2, time_t _time1));