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