Function rust_raylib::ffi::SaveFileText

source ·
pub unsafe extern "C" fn SaveFileText(
    fileName: *const c_char,
    text: *mut c_char
) -> bool
Expand description

Save text data to file (write), string must be ‘\0’ terminated, returns true on success