const std = @import("std"); pub fn add_int(writer: anytype, number: u16) !void { try writer.writeIntBig(u32, number); }