aboutsummaryrefslogtreecommitdiff
path: root/lib/std/cstr.zig
blob: 83c6c12a877ff46db13878fa165b2c25bd0335dc (plain)
1
2
3
pub const line_sep = @compileError("deprecated; choose correct end-of-line sequence of characters by yourself instead");
pub const cmp = @compileError("deprecated; use `std.mem.orderZ` instead");
pub const addNullByte = @compileError("deprecated; use `allocator.dupeZ(u8, stuff)` instead");