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 _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
