diff options
Diffstat (limited to 'src/time/clock.c')
| -rw-r--r-- | src/time/clock.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/time/clock.c b/src/time/clock.c index bba89063..5ba6dce8 100644 --- a/src/time/clock.c +++ b/src/time/clock.c @@ -1,3 +1,5 @@ +#if 0 + #include <time.h> /** get processor time **/ @@ -18,3 +20,6 @@ RETURN_FAILURE(CAST(TYPEDEF(clock_t), -1)) RETURN_SUCCESS(the processor time of the current program) STDC(1) */ + + +#endif |
