Add prototypes for isotime and isodate. This should have been in the previous commit.
This commit is contained in:
parent
dfc348c4e2
commit
0e41e0b7c5
1 changed files with 2 additions and 0 deletions
|
@ -328,6 +328,8 @@ extern double cputime(void);
|
|||
extern long times(long*);
|
||||
extern long tm2sec(Tm*);
|
||||
extern vlong nsec(void);
|
||||
extern char* isotime(Tm*);
|
||||
extern char* isodate(Tm*);
|
||||
|
||||
extern void cycles(uvlong*); /* 64-bit value of the cycle counter if there is one, 0 if there isn't */
|
||||
|
||||
|
|
Loading…
Reference in a new issue