ecs_strbuf_appendint

Function ecs_strbuf_appendint 

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

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