aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/c_out_stream.zig
blob: e10795ae0a04156dd7f57f2ed0a118219815c4df (plain)
1
2
3
4
5
/// Deprecated: use `std.io.c_writer.CWriter`
pub const COutStream = @import("./c_writer.zig").CWriter;

/// Deprecated: use `std.io.c_writer.cWriter`
pub const cOutStream = @import("./c_writer.zig").cWriter;