Joseph Huber 60c0d303d6
[libc] Implement stdio writing functions for the GPU port (#65809)
Summary:
This patch implements fwrite, putc, putchar, and fputc on the GPU. These
are very straightforward, the main difference for the GPU implementation
is that we are currently ignoring `errno`. This patch also introduces a
minimal smoke test for `putc` that is an exact copy of the `puts` test
except we print the string char by char. This also modifies the `fopen`
test to use `fwrite` to mirror its use of `fread` so that it is tested
as well.
2023-09-09 13:27:07 -05:00
..
2023-09-08 12:45:17 +00:00
2023-02-22 10:40:38 -08:00
2023-07-05 17:51:41 +00:00
2023-09-06 11:56:41 -03:00
2023-03-29 12:49:29 -07:00