tidyGetByte

Function tidyGetByte 

Source
pub unsafe extern "C" fn tidyGetByte(
    source: *mut TidyInputSource,
) -> uint
Expand description

Helper: get next byte from input source. @param source A pointer to your input source. @result Returns a byte as an unsigned integer.