[Issue 13755] std.file: fopencookie, fmemopen missing

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Nov 21 22:56:11 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13755

Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |issues.dlang at jmdavisProg.co
                   |                            |m

--- Comment #2 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
Do you mean std.stdio.File? There is no File type in std.file, and nothing
there wraps a FILE* or even uses it internally. The functions in std.file
operate on an entire file at once rather than open it to keep it open for doing
multiple operations on it.

--


More information about the Digitalmars-d-bugs mailing list