pub unsafe extern "C" fn ecs_strbuf_appendint(
buffer: *mut ecs_strbuf_t,
v: i64,
) -> boolExpand description
Append int to buffer. Returns false when max is reached, true when there is still space
pub unsafe extern "C" fn ecs_strbuf_appendint(
buffer: *mut ecs_strbuf_t,
v: i64,
) -> boolAppend int to buffer. Returns false when max is reached, true when there is still space