On Sun, 24 Aug 2014 19:56:24 +0200
simendsjo via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com>
wrote:

> What is going on here?
std.stdio does this: 'public import core.stdc.stdio'.
and in core.stdc.stdio we can find this:
@trusted FILE* tmpfile();
and FILE as an alias for shared(_IO_FILE), declared in
'core.stdc.stdio' too.

to get 'File', call 'File.tmpfile()'.

Attachment: signature.asc
Description: PGP signature

Reply via email to