pub unsafe extern "C" fn ecs_strbuf_appendflt( buffer: *mut ecs_strbuf_t, v: f64, nan_delim: c_char, ) -> bool
Append float to buffer. Returns false when max is reached, true when there is still space