Added time() and clock()

This commit is contained in:
2022-05-10 18:25:11 +01:00
parent 668ca0ca5f
commit 952af7e7f9
11 changed files with 78 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ set(CMAKE_EXE_LINKER_FLAGS
set(malloc_impl dlmalloc)
set(photon_libc_sources "")
set(generic_dirs string stdio stdlib errno internal ctype wchar)
set(generic_dirs string stdio stdlib errno internal ctype wchar time)
message(STATUS "Memory allocator: ${malloc_impl}")