pub unsafe extern "C" fn tidyGetByte(
source: *mut TidyInputSource,
) -> uintExpand description
Helper: get next byte from input source. @param source A pointer to your input source. @result Returns a byte as an unsigned integer.
pub unsafe extern "C" fn tidyGetByte(
source: *mut TidyInputSource,
) -> uintHelper: get next byte from input source. @param source A pointer to your input source. @result Returns a byte as an unsigned integer.