initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef TIME_H
|
||||
#define TIME_H
|
||||
|
||||
typedef long clock_t;
|
||||
|
||||
#define CLOCKS_PER_SEC 60L
|
||||
|
||||
clock_t clock(void);
|
||||
|
||||
#pragma compile("time.c")
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user