toaruos/libc/time/clock.c
2018-06-25 13:15:09 +09:00

6 lines
55 B
C

#include <time.h>
clock_t clock(void) {
return -1;
}