splice_fname

Function splice_fname 

Source
pub unsafe extern "C" fn splice_fname(
    fname: *mut c_char,
    path: *mut c_char,
    ffname: *mut c_char,
)
Expand description

@} Splice ‘path’ to ‘fname’, store in ‘ffname’. Tries to create valid concatenation. If ‘fname’ starts with ’', just adds drive from ‘path’. If ‘fname’ contains drive specifier, it is not changed.