add: project 2
This commit is contained in:
parent
2b3c28d249
commit
4e8e564b44
25 changed files with 921 additions and 3 deletions
7
project2/src/sjf.h
Normal file
7
project2/src/sjf.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef SJF_H_
|
||||
#define SJF_H_
|
||||
#include "main.h"
|
||||
|
||||
extern scheduler sjf;
|
||||
|
||||
#endif // SJF_H_
|
||||
Loading…
Add table
Add a link
Reference in a new issue