[phobos] escaping FILE's buffering tyranny

Andrei Alexandrescu andrei at erdani.com
Sat Sep 11 07:03:21 PDT 2010


On 9/11/10 3:23 CDT, Lars Tandle Kyllingstad wrote:
> How standardised is the FILE structure?  Are we sure it's the same
> across different C stdlibs on the various platforms?  (Or is D defined
> to work only with GNU's C library on POSIX, like it is with DMC on
> Windows?)

Looking in core.stdc.stdio, either D knows the exact FILE layout, or it 
static assert(false).

Andrei


More information about the phobos mailing list