
7 May
2008
7 May
'08
4:41 p.m.
On Wed, May 7, 2008 at 9:12 AM, Donn Cave
Doesn't hGetLine imply text mode? What does "Line" mean, otherwise?
On normal operating systems, "line" means until you reach a '\n' character. In fact, that's also what it means when reading in text mode, it's just that when in text mode on DOS-descended systems, the character sequence "\r\n" is converted to "\n" by the operating system. David