Sign in
googlers
/
maze
/
klibc
/
de5afac259923bcdc1f7b820e4c4cff1a999d693
/
.
/
include
/
time.h
blob: c69c231ec8ad6e81533151be43e0590c79bb82d0 [
file
] [
log
] [
blame
]
/*
* time.h
*/
#ifndef
_TIME_H
#define
_TIME_H
#include
<klibc/extern.h>
#include
<sys/time.h>
__extern
time_t
time
(
time_t
*);
__extern
int
nanosleep
(
const
struct
timespec
*,
struct
timespec
*);
#endif
/* _TIME_H */