#ifndef SCHEDULER_H
#define SCHEDULER_H
extern char show_tics;
void clock();
void schedule();
#endif