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