diff options
author | google <google@daverabbitz.ath.cx> | 2012-09-02 23:15:15 +1200 |
---|---|---|
committer | google <google@daverabbitz.ath.cx> | 2012-09-02 23:15:15 +1200 |
commit | 0e41e0b7c551d577c22810dcda8cfd9459587a99 (patch) | |
tree | 250dab0dc465392228f9c91539e6528ec36534ad /sys/include/libc.h | |
parent | dfc348c4e26b9f1bc58b70de94b47915afb1e7bc (diff) |
Add prototypes for isotime and isodate. This should have been in the previous commit.
Diffstat (limited to 'sys/include/libc.h')
-rw-r--r-- | sys/include/libc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/libc.h b/sys/include/libc.h index 833a3f50b..a16ab4ef4 100644 --- a/sys/include/libc.h +++ b/sys/include/libc.h @@ -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 */ |