From fdf8c183357a1c2892ab100591e257f46cdadd4c Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 24 Oct 2021 02:46:24 +0200 Subject: Add conforming interfaces of standard streams --- libpsx/include/stdio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpsx/include') diff --git a/libpsx/include/stdio.h b/libpsx/include/stdio.h index a790aab..6ffd4e0 100644 --- a/libpsx/include/stdio.h +++ b/libpsx/include/stdio.h @@ -72,6 +72,8 @@ typedef struct unsigned int error; }FILE; +extern FILE *const stdin, *const stdout, *const stderr; + /* Console functions */ int putchar(int c); -- cgit v1.2.3