/* getpri.c */ #include #include main() { int pri; pri = getpriority(PRIO_PROCESS, 6925); printf("pri is %d \n", pri); }