Russell Lewis wrote:
Walter Bright wrote:

This is a major revision to Phobos, including Andrei's revolutionary new range support.

http://www.digitalmars.com/d/2.0/changelog.html
http://ftp.digitalmars.com/dmd.2.029.zip

Was fwritefln() removed intentionally? Or should I write up a Bugzilla? I didn't noteice a mention in changelog.

Sorry. It was removed intentionally along with all functions that manipulate FILE* directly.

Its functional equivalent is File.writefln. If all you have is a handle, use File.wrapFile(fhandle).writefln.


Andrei

Reply via email to