Implemented lots of new functions

This commit is contained in:
Max Wash
2020-07-16 14:02:51 +01:00
parent a614cfa25c
commit 405e98717b
24 changed files with 541 additions and 3 deletions

View File

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