On 9/16/07, Matti Niemenmaa <see_signature at for.real.address> wrote:
> "\n" doesn't translate to "\r\n" on Windows, .newline does.
Sorry to disagree, but
writef("hello\nworld\n");
works just fine on Windows. Obviously something's going on under the
hood, but I honestly don't care what it is. I only care that it works.