Function rust_raylib::ffi::TextCopy

source ·
pub unsafe extern "C" fn TextCopy(
    dst: *mut c_char,
    src: *const c_char
) -> c_int
Expand description

Copy one string to another, returns bytes copied