#include #include clock_t times(struct tms* tms) { errno = ENOSYS; return -1; }