8 lines
75 B
C
8 lines
75 B
C
#ifndef TIME_H
|
|
#define TIME_H
|
|
|
|
#define CYCLE 10000L
|
|
|
|
void Timer();
|
|
|
|
#endif |