Skip to main content

xmlStrncpy

Function xmlStrncpy 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlStrncpy( dst: *mut xmlChar, src: *const xmlChar, len: c_int, ) -> *mut xmlChar
Expand description

Copy up to len characters.

ยงUPSTREAM-PARITY

xmlChar *xmlStrncpy(xmlChar *dst, const xmlChar *src, int len);