#define _INCLUDE_POSIX_SOURCE #include #include #include main(){ struct rusage a; printf("%d",getrusage(0,&a));}