Implemented more STL and page allocation for malloc.

This commit is contained in:
2024-01-27 15:24:50 +01:00
parent edd9ee85c7
commit 193e3a19dc
13 changed files with 701 additions and 28 deletions

9
bastl/include/cfloat Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#if !defined(BAD_APPLE_OS_CFLOAT_INCLUDED)
#define BAD_APPLE_OS_CFLOAT_INCLUDED
#include <float.h>
#endif // !defined(BAD_APPLE_OS_CFLOAT_INCLUDED)