[D-runtime] Size of core.stdc.stdio._iob

Alex Rønne Petersen xtzgzorex at gmail.com
Fri Jun 22 00:18:15 PDT 2012


But it says that IOB_ENTRIES is 20, and _iob is an array of FILE with
IOB_ENTRIES elements. So it completely depends on MSVC's layout of
FILE, which almost definitely doesn't match DMC's.

Regards,
Alex

On Fri, Jun 22, 2012 at 8:48 AM, Jonathan M Davis <jmdavisProg at gmx.com> wrote:
> According to http://msdn.microsoft.com/en-us/library/ff798083.aspx
> core.stdc.stdio._iob should have a size of 20, but we have it at 60. Is that
> because the Digital Mars C runtime differs, or is it incorrect?
>
> - Jonathan M Davis
> _______________________________________________
> D-runtime mailing list
> D-runtime at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/d-runtime


More information about the D-runtime mailing list