Codersherlock.GitHub.io


Project maintained by CoderSherlock Hosted on GitHub Pages — Theme by mattgraham

This is a title test

for(p = ptable.proc; p < &ptable.proc[NPROC]; p++){
    if(p->state == RUNNABLE)
        hpflag = hpflag > p->priority ? hpflag : p->priority;
}