Fennix/Userspace
EnderIce2 659805960b
fix(userspace/libc): wrong puts() implementation
The implementation didn't fully followed the POSIX.1-2024 standard "The puts() function shall write the string pointed to by s, followed by a <newline>, to the standard output stream stdout. The terminating null byte shall not be written."

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-03 12:08:39 +00:00
..
2025-01-26 23:28:10 +02:00
2025-01-07 17:49:37 +02:00
2024-11-27 01:19:24 +02:00

Userspace