Function rust_raylib::ffi::GetFileLength
source · pub unsafe extern "C" fn GetFileLength(
fileName: *const c_char
) -> c_int
Expand description
Get file length in bytes (NOTE: GetFileSize() conflicts with windows.h)
pub unsafe extern "C" fn GetFileLength(
fileName: *const c_char
) -> c_int
Get file length in bytes (NOTE: GetFileSize() conflicts with windows.h)