[Issue 5190] std.stdio should have File.fdopen

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 24 20:38:51 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5190


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2011-05-24 20:34:36 PDT ---
fdopen is declared in core\sys\posix\stdio.d

It seems there's at least one function which uses it:
D:\DMD\dmd2\src\phobos\std\stdio.d:2540:        FILE* fp = enforce(fdopen(s,
"w+".ptr));

Hope that helps in any way!

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list