#include "time.h" #include clock_t times(struct tms *buffer) { (void)buffer; return (clock_t)-1; } /* POSIX(1) */