ecs_chrparse

Function ecs_chrparse 

Source
pub unsafe extern "C" fn ecs_chrparse(
    in_: *const c_char,
    out: *mut c_char,
) -> *const c_char
Expand description

Parse an escaped character. Parse a character with a potential escape sequence.

@param in Pointer to character in input string. @param out Output string. @return Pointer to the character after the last one read.