6 lines
55 B
C
6 lines
55 B
C
#include <time.h>
|
|
|
|
clock_t clock(void) {
|
|
return -1;
|
|
}
|
#include <time.h>
|
|
|
|
clock_t clock(void) {
|
|
return -1;
|
|
}
|