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