#include "fcfs.h" void sched_fcfs(struct proc *list, int *schedule) { return; }