ecs_chrparse

Function ecs_chrparse 

Source
pub unsafe extern "C" fn ecs_chrparse(
    in_: *const i8,
    out: *mut i8,
) -> *const i8
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.