Function FSFILE_SetSize

Source
pub unsafe extern "C" fn FSFILE_SetSize(
    handle: Handle,
    size: u64_,
) -> Result
Expand description

Sets the size of a file.

ยงArguments

  • handle - Handle of the file.
  • size - Size to set.