|
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 |
|
|
885e39f60f
|
libc: fix printf to actually print correct more-than-one-digit numbers (hint: the bugfix was a very stupid one)
|
2022-10-03 20:30:12 +02:00 |
|
|
cb60e418b2
|
Add vprintf, (v)sprintf and (v)snprintf to libc + move the non v-printfs to stdio.cpp, since they can now call their v-variants and thus don't depend on internal_printf
|
2022-10-03 19:59:33 +02:00 |
|
|
34aa953dbc
|
Add printf() and puts(), quite primitive, looks like hex printing isn't there yet...
|
2022-10-03 19:00:10 +02:00 |
|