pub unsafe extern "C" fn ecs_strbuf_list_appendch(
buffer: *mut ecs_strbuf_t,
ch: c_char,
) -> boolExpand description
Append character to as new element in list.
pub unsafe extern "C" fn ecs_strbuf_list_appendch(
buffer: *mut ecs_strbuf_t,
ch: c_char,
) -> boolAppend character to as new element in list.