9 lines
96 B
C
9 lines
96 B
C
#ifndef __INIT_CLOCK_H__
|
|
#define __INIT_CLOCK_H__
|
|
|
|
// Functions:
|
|
|
|
void InitClock();
|
|
|
|
#endif
|