Add two new test cases that test the following stdio.h functions:
- clearerr()
- feof()
- ferror()
- fileno()
- fgetc()
- getc()
- ungetc()
Differential D56136
[compiler-rt] [sanitizer_common] Add tests for more stdio.h functions mgorny on Dec 28 2018, 12:20 PM. Authored by
Details Add two new test cases that test the following stdio.h functions:
Diff Detail Event Timeline
|
Please move local variable declaration to the first line used (whenever possible)