mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
refactor(libc): move Lua an DOOM stubs into shared libc modules
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifndef BOREDOS_LIBC_TIME_H
|
||||
#define BOREDOS_LIBC_TIME_H
|
||||
|
||||
typedef long long time_t;
|
||||
typedef unsigned long long clock_t;
|
||||
|
||||
@@ -28,3 +31,5 @@ size_t strftime(char *s, size_t max, const char *fmt, const struct tm *tm);
|
||||
time_t mktime(struct tm *tm);
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user