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