Bananymous
|
6fbf1469aa
|
LibC: define static_assert in assert.h
This is needed from C11 until C23
|
2025-12-28 00:12:03 +02:00 |
Bananymous
|
280d3fd919
|
LibC: Fix assert.h include guard
|
2025-12-28 00:12:03 +02:00 |
Bananymous
|
48eca3d031
|
LibC: Make libc usable with tcc
tcc does not provide its own stdint.h but defines everything in
stddef.h. Also tcc does not support [[noreturn]] attribute syntax.
|
2025-01-28 17:27:41 +02:00 |
Bananymous
|
c69919738b
|
BuildSystem: Move all userpace libraries under the userspace directory
As the number of libraries is increasing, root directory starts to
expand. This adds better organization for libraries
|
2024-06-18 13:14:35 +03:00 |