6 lines
83 B
C
6 lines
83 B
C
|
|
#include "sjf.h"
|
||
|
|
|
||
|
|
void sched_sjf(struct proc *list, int *schedule) {
|
||
|
|
return;
|
||
|
|
}
|