mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 17:12:31 +00:00
0a868dacdd
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
4 lines
291 B
Zig
4 lines
291 B
Zig
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");
|