Backport tinyopt pr#16 EOF comparison fix (#2242)
* Use `int` for `istream::get()` result for correct EOF checks when char is unsigned. Fixes #2059.
Please register or sign in to comment
* Use `int` for `istream::get()` result for correct EOF checks when char is unsigned. Fixes #2059.