How do you open stdout in binary mode with D/Phobos?

In C++ you use something like:

setmode(fileno(stdout), O_BINARY);

(I don't even know where to find O_BINARY in core.stdc).

Bye and thank you,
bearophile

Reply via email to