00001 #include <sys/time.h> 00002 #include <sys/resource.h> 00003 00004 main(){ 00005 getpriority(0,0); 00006 setpriority(0,0,0); 00007 }