diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-10-24 02:46:24 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-10-24 03:09:47 +0200 |
| commit | fdf8c183357a1c2892ab100591e257f46cdadd4c (patch) | |
| tree | bcc245d18214a0574ef46c07bd33731804f06146 /libpsx/include | |
| parent | ac37834fe63683619b1a0fa6692f56e419badb5e (diff) | |
Add conforming interfaces of standard streams
Diffstat (limited to 'libpsx/include')
| -rw-r--r-- | libpsx/include/stdio.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
