priority.c
Go to the documentation of this file.
00001 #include <sys/time.h>
00002 #include <sys/resource.h>
00003 
00004 main(){
00005   getpriority(0,0);
00006   setpriority(0,0,0);
00007 }


euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Sep 3 2015 10:36:20