9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
9 lines
74 B
C
9 lines
74 B
C
|
|
#ifndef MLIBC_TIME_T
|
|
#define MLIBC_TIME_T
|
|
|
|
typedef long time_t;
|
|
|
|
#endif
|
|
|