diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-04 12:00:48 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-04 12:00:48 -0400 |
commit | ceef8e2d87ec60042827e6d6aaf73b6df774051c (patch) | |
tree | 16721f404e8aeeba05d8769ceabab8334ed4d176 /kernel/lib/fputc.c | |
parent | switch to c11 (diff) | |
download | comus-ceef8e2d87ec60042827e6d6aaf73b6df774051c.tar.gz comus-ceef8e2d87ec60042827e6d6aaf73b6df774051c.tar.bz2 comus-ceef8e2d87ec60042827e6d6aaf73b6df774051c.zip |
fmt
Diffstat (limited to 'kernel/lib/fputc.c')
-rw-r--r-- | kernel/lib/fputc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/lib/fputc.c b/kernel/lib/fputc.c index ef9b6f6..0d47cb5 100644 --- a/kernel/lib/fputc.c +++ b/kernel/lib/fputc.c @@ -8,4 +8,3 @@ void fputc(FILE *stream, char c) uart_out(c); tty_out(c); } - |