banan-os/libc
Bananymous 4c5176f751 BuildSystem: We are now using cmake instead of plain make
I have been annoyed for a while since I had to build everything
when running the os since the buildsystem was really bad.

I wanted to rewrite the whole build system and changed to using cmake

:)
2023-04-02 04:07:27 +03:00
..
include LibC: add ENOBUFS errno 2023-03-29 10:58:25 +03:00
stdio All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
stdlib All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
CMakeLists.txt BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
ctype.cpp LibC: Add is*() functions to libc 2023-01-16 20:05:51 +02:00
string.cpp LibC: Combine string.h functions definitions to single file 2023-04-02 00:00:29 +03:00