8 lines
77 B
C
8 lines
77 B
C
|
|
#ifndef myTimer_h
|
|
#define myTimer_h
|
|
|
|
typedef unsigned long myTimer;
|
|
|
|
#endif
|