|
b0e071e964
|
libc: Make functions with no arguments be defined as type function(void)
Instead of type function().
|
2022-10-15 11:39:13 +02:00 |
|
|
8398b2e2e4
|
libc: Change bits/macros.h to use a __lc_ prefix for internal macros
That way, we don't pollute user programs with our own 'noreturn' and 'deprecated' macros
|
2022-10-15 09:52:37 +02:00 |
|
|
f44411aa46
|
libc: Document the functions in luna.h
|
2022-10-12 11:54:29 +02:00 |
|
|
560b0a1705
|
libc: Rename the _ folder to bits, as used internally by libraries
|
2022-10-04 19:11:54 +02:00 |
|
|
a050ed9133
|
libc: add an internal macros.h header with headers to make attributes less verbose
|
2022-10-04 19:06:56 +02:00 |
|
|
ae95a528f2
|
Make function stubs in libc loudly abort instead of silently failing
|
2022-10-02 18:10:53 +02:00 |
|