Deprecated: This module is considered out-dated and not up to Phobos' current standards.
The std.cstream module bridges core.stdc.stdio (or std.stdio) and std.stream. Both core.stdc.stdio and std.stream are publicly imported by std.cstream.
A Stream wrapper for a C file of type FILE*.
CFile wrapper of core.stdc.stdio.stderr (not seekable).
CFile wrapper of core.stdc.stdio.stdin (not seekable).
CFile wrapper of core.stdc.stdio.stdout (not seekable).
See Source File std/cstream.d
Boost License 1.0.
Copyright Ben Hinkle 2007 - 2009.
Ben Hinkle
Deprecated: This module is considered out-dated and not up to Phobos' current standards.
The std.cstream module bridges core.stdc.stdio (or std.stdio) and std.stream. Both core.stdc.stdio and std.stream are publicly imported by std.cstream.