cstr_to_strΒΆ

cstr_to_str :: fn (cstr: *u8) string #inline

Converts zero terminated C style string to BL string. Result string shares original memory of cstr.

Declared in: utils.bl