undead.cstream

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.

Public Imports

core.stdc.stdio
public import core.stdc.stdio;
Undocumented in source.
undead.stream
public import undead.stream;
Undocumented in source.

Members

Classes

CFile
class CFile

A Stream wrapper for a C file of type FILE*.

Static variables

derr
CFile derr;

CFile wrapper of core.stdc.stdio.stderr (not seekable).

din
CFile din;

CFile wrapper of core.stdc.stdio.stdin (not seekable).

dout
CFile dout;

CFile wrapper of core.stdc.stdio.stdout (not seekable).

Meta

Authors

Ben Hinkle