Files
banan-os/libc
Bananymous 894065a67e LibC: cleanup and fix fgets
My quick fix for fgets wrote non-nullterminated newline if size was
one.

POSIX doesn't specify what happens if size == 0, so I do the same as
glibc and return NULL without setting errno.
2023-12-05 10:00:43 +02:00
..
2023-05-26 22:31:21 +03:00
2023-05-10 22:35:42 +03:00
2023-12-05 10:00:43 +02:00
2023-09-04 13:52:58 +03:00
2023-11-28 23:47:30 +02:00