Timing information for current process. Minimal implementation: ``` c int times(struct tms *buf) { return -1; } ```