Skip to main content

ecs_strbuf_appendstr

Function ecs_strbuf_appendstr 

Source
pub unsafe extern "C" fn ecs_strbuf_appendstr(
    buffer: *mut ecs_strbuf_t,
    str_: *const i8,
) -> bool
Expand description

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