| 1 | #ifndef __clock_t_defined | 
|---|---|
| 2 | #define __clock_t_defined 1 | 
| 3 | |
| 4 | #include <bits/types.h> | 
| 5 | |
| 6 | /* Returned by `clock'. */ | 
| 7 | typedef __clock_t clock_t; | 
| 8 | |
| 9 | #endif | 
| 10 | 
| 1 | #ifndef __clock_t_defined | 
|---|---|
| 2 | #define __clock_t_defined 1 | 
| 3 | |
| 4 | #include <bits/types.h> | 
| 5 | |
| 6 | /* Returned by `clock'. */ | 
| 7 | typedef __clock_t clock_t; | 
| 8 | |
| 9 | #endif | 
| 10 |