ecs_strbuf_appendbool

Function ecs_strbuf_appendbool 

Source
pub unsafe extern "C" fn ecs_strbuf_appendbool(
    buffer: *mut ecs_strbuf_t,
    v: bool,
) -> bool
Expand description

Append boolean to buffer. Returns false when max is reached, true when there is still space