boprintΒΆ

boprint :: fn (buf: []u8, offset: s32, format: string, args: ...) s32

Same as bprint but with specified offset in output buf.

When passed buffer has not enough space to handle whole resulting string, function will print just part fitting into the buffer.

Declared in: print.bl