mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-09 16:38:32 +01:00
tests: Add example_stdio.c and test_stdio.sh.
This commit is contained in:
8
README
8
README
@@ -137,6 +137,14 @@ doesn't exist it's created. An existing file isn't overwritten, but the
|
||||
warnings are appended at the end.
|
||||
|
||||
|
||||
KNOWN ISSUES
|
||||
------------
|
||||
|
||||
- `{fputc,putc,putchar}_unlocked()` are not hooked when writing to stdout
|
||||
(which might be redirected to stderr). Can't be fixed as the compiler
|
||||
inlines the code into the program without calling any function.
|
||||
|
||||
|
||||
BUGS
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user