7 lines
89 B
C
7 lines
89 B
C
#ifndef SJF_H_
|
|
#define SJF_H_
|
|
#include "main.h"
|
|
|
|
extern scheduler sjf;
|
|
|
|
#endif // SJF_H_
|