diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-10-24 02:49:21 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-10-24 03:10:03 +0200 |
| commit | eaff9ccf1dfe8f9524a1f72d8c3ec9c57a6b8228 (patch) | |
| tree | 0bed5969511299b1a2d6e1932ca188fa8b4f65d8 /libpsx/include/stdio.h | |
| parent | 80beba98c7bb968e830d0fe2f737b4e7cf3640d3 (diff) | |
Provide implementation for perror(3)
Diffstat (limited to 'libpsx/include/stdio.h')
| -rw-r--r-- | libpsx/include/stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpsx/include/stdio.h b/libpsx/include/stdio.h index 0e093d9..c63e585 100644 --- a/libpsx/include/stdio.h +++ b/libpsx/include/stdio.h @@ -123,6 +123,7 @@ void clearerr(FILE *stream); int feof(FILE *stream); int ferror(FILE *stream); int fileno(FILE *stream); +void perror(const char *s); #define getc(f) fgetc(f) |
