#include #include clock_t times(struct tms *buffer) { return syscall(times, buffer); }