tests: Add example_stdio.c and test_stdio.sh.

This commit is contained in:
Simon Ruderich
2013-06-22 18:21:10 +02:00
parent e3234d6c08
commit a685b825aa
6 changed files with 207 additions and 2 deletions

8
README
View File

@@ -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
----