/* resource.h */ struct rusage { struct timeval ru_utime; struct timeval ru_stime; }; /* EOF */