mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Added time_t declaration to <time.h>.
This commit is contained in:
parent
5b916b5f63
commit
9fa5690d79
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
__BEGIN_DECLS
|
||||
|
||||
@include(clock_t.h)
|
||||
@include(time_t.h)
|
||||
|
||||
clock_t clock(void);
|
||||
time_t time(time_t* t);
|
||||
|
|
Loading…
Reference in a new issue