Update libc implementation

This commit is contained in:
Alex
2023-04-23 21:38:36 +03:00
parent 6deb37fbfe
commit 43aad488a7
18 changed files with 478 additions and 33 deletions

4
libc/include/assert.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _ASSERT_H
#define _ASSERT_H
#endif