Function libudis86_sys::ud_set_input_file [] [src]

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

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.