9 lines
108 B
C
9 lines
108 B
C
|
#ifndef __CLOCK__H
|
||
|
#define __CLOCK__H
|
||
|
|
||
|
#include <time.h>
|
||
|
|
||
|
extern void TimeHandler(_RegsStack32 *r);
|
||
|
|
||
|
|
||
|
#endif
|