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-10-30 11:06:13 +02:00
2023-11-29 20:07:33 +02:00
2023-11-22 22:44:06 +02:00
2022-11-12 21:04:47 +02:00
2023-05-26 22:31:21 +03:00
2023-11-04 17:50:43 +02:00
2023-05-10 23:13:56 +03:00
2023-09-10 00:31:42 +03:00
2023-10-25 21:07:26 +03:00
2023-10-30 11:10:08 +02:00
2023-09-29 10:38:08 +03:00
2023-05-10 22:35:42 +03:00
2023-09-28 11:42:57 +03:00
2023-09-10 00:31:42 +03:00
2023-07-21 20:08:13 +03:00
2023-12-05 10:00:43 +02:00
2023-10-30 11:10:08 +02:00
2023-09-30 20:58:19 +03:00
2023-05-26 22:31:21 +03:00
2023-09-04 13:52:58 +03:00
2023-11-28 23:47:30 +02:00