// header file for processes typedef struct { int entry_time; int exec_time; int time_remaining; int exit_time; } pcb;