toaruos/libc/time/clock.c

6 lines
55 B
C

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