Skip to main content

read_param_zstring

Function read_param_zstring 

Source
pub fn read_param_zstring<'a>(
    rd: &mut Reader<'a>,
    _pos: usize,
    param_base: usize,
    unicode: bool,
) -> String
Expand description

Read a NUL-terminated string out of the fixed-parameters area at pos, using param_base as parity base.