|
560b0a1705
|
libc: Rename the _ folder to bits, as used internally by libraries
|
2022-10-04 19:11:54 +02:00 |
|
|
48b858af5a
|
libc: Add strncpy and strncat, and deprecate strcpy and strcat (which, since we're building with -Werror, is an instant ban from using these functions)
|
2022-10-04 19:08:59 +02:00 |
|
|
c6ed8d2abb
|
libc: remove duplicate declaration of strcpy
|
2022-10-04 18:59:13 +02:00 |
|
|
db9e1ba17c
|
Add a memclr() SSE-optimized function
|
2022-10-02 19:13:33 +02:00 |
|
|
fcf5923cc0
|
WIP: Add a C Library, let's try to compile a Hosted GCC cross-compiler using this!
|
2022-10-01 20:59:22 +02:00 |
|