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 Mar 9 2017 04:57:50