mpaland / printf

Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
MIT License
2.54k stars 464 forks source link

Switch to LF-only line breaks #105

Closed eyalroz closed 3 years ago

eyalroz commented 3 years ago

Fixes issue #104 by converting all line breaks from CRLF to LF only.