Skip to content
Prev 56655 / 63424 Next

Parsing code with newlines

?\r" is CR not LF. On systems that use CRLF as newline, the combination should be "\n" at the C (or R) level. 

However, I suppose there is no particular reason not to treat CR as whitespace, as does happen with FF and HT.

-pd