M2-Planet/test/test0015
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 Major relocation of tests to better structure for future additions 2020-02-28 18:27:12 -05:00
cleanup.sh Major relocation of tests to better structure for future additions 2020-02-28 18:27:12 -05:00
file_read.c Close files that were fopen:ed 2020-12-21 16:57:17 +01:00
hello-aarch64.sh Major relocation of tests to better structure for future additions 2020-02-28 18:27:12 -05:00
hello-amd64.sh file.c: introduce output buffering for x86 2020-12-21 16:57:17 +01:00
hello-armv7l.sh Major relocation of tests to better structure for future additions 2020-02-28 18:27:12 -05:00
hello-knight-posix.sh Major relocation of tests to better structure for future additions 2020-02-28 18:27:12 -05:00
hello-x86.sh file.c: introduce output buffering for x86 2020-12-21 16:57:17 +01:00
proof.answer Close files that were fopen:ed 2020-12-21 16:57:17 +01:00