WIP: libc.obj: Impl allocator #338

Draft
Egor00f wants to merge 49 commits from Egor00f/kolibrios:libc.obj--add-allocator into main
Showing only changes of commit 98028bf4bf - Show all commits

View File

@@ -204,6 +204,7 @@ ksys_dll_t EXPORTS[] = {
{ "strstr", &strstr },
{ "strtok", &strtok },
{ "strxfrm", &strxfrm },
{ "strpbrk", &strpbrk },
{ "__errno", &__errno },
{ "closedir", &closedir },
{ "opendir", &opendir },