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