From 55beb3f2985c9fda15f015320d1b9c723c97fbe0 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 28 Apr 2025 11:07:15 -0400 Subject: add stderr --- user/include/stdio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user/include') diff --git a/user/include/stdio.h b/user/include/stdio.h index 2e2abf4..fe29c9d 100644 --- a/user/include/stdio.h +++ b/user/include/stdio.h @@ -23,8 +23,10 @@ typedef void FILE; extern FILE *stdin; extern FILE *stdout; +extern FILE *stderr; #define stdin stdin #define stdout stdout +#define stderr stderr /** * Get a char from stdin -- cgit v1.2.3-freya