summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/stdio/test_fflush.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior foryasuoka2025-05-241-0/+225
reading FILE objects. It will fail until fflush() complies POSIX-2008. ok tb asou