zig/lib/std / cstr.zig

line_sep

pub const line_sep = @compileError("deprecated; choose correct end-of-line sequence of characters by yourself instead");

cmp

pub const cmp = @compileError("deprecated; use `std.mem.orderZ` instead");

addNullByte

pub const addNullByte = @compileError("deprecated; use `allocator.dupeZ(u8, stuff)` instead");