bs-01-scheduling/fcfs.c

6 lines
85 B
C
Raw Normal View History

2026-05-22 12:56:03 +02:00
#include "fcfs.h"
void sched_fcfs(struct proc *list, int *schedule) {
return;
}