Function ud_set_input_file

Source
pub unsafe extern "C" fn ud_set_input_file(
    ud: *mut ud,
    file: *mut FILE,
)
Expand description

Sets the input source to a file pointed to by a given standard library FILE pointer. Note that libudis86 does not perform any checks, and assumes that the file pointer is properly initialized and open for reading.