toaruos/libc/time/clock.c
2018-06-25 12:11:33 +09:00

6 lines
51 B
C

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