ecs_strbuf_append

Function ecs_strbuf_append 

Source
pub unsafe extern "C" fn ecs_strbuf_append(
    buffer: *mut ecs_strbuf_t,
    fmt: *const c_char,
    ...
) -> bool
Expand description

Append format string to a buffer. Returns false when max is reached, true when there is still space