M2-Planet/test/test0023
Michael Schierl 5afeb0743e file.c: introduce output buffering for x86
Note that this is a backwards incompatible change: Unlike POSIX, exit()
will not flush all open streams, so you are responsible for flushing or
closing all your streams before successful exit.

Also, file.c will now also require calloc.c (and malloc.c).

Updated the test cases accordingly.

Only implemented and tested for x86.
2020-12-21 16:57:17 +01:00
..
.gitignore Release 1.6.0 2020-04-30 22:35:22 -04:00
cleanup.sh Release 1.6.0 2020-04-30 22:35:22 -04:00
fseek.c Close files that were fopen:ed 2020-12-21 16:57:17 +01:00
hello-aarch64.sh Release 1.6.0 2020-04-30 22:35:22 -04:00
hello-amd64.sh file.c: introduce output buffering for x86 2020-12-21 16:57:17 +01:00
hello-armv7l.sh Release 1.6.0 2020-04-30 22:35:22 -04:00
hello-knight-posix.sh Release 1.6.0 2020-04-30 22:35:22 -04:00
hello-x86.sh file.c: introduce output buffering for x86 2020-12-21 16:57:17 +01:00
proof.answer Release 1.6.0 2020-04-30 22:35:22 -04:00
question Release 1.6.0 2020-04-30 22:35:22 -04:00