macro_rules! normalize_size {
($file:expr) => { ... };
}
Available on crate features
je-region
and je
only.Expand description
Makes the File
a multiple of 4KiB
as per specification.
Returns the new file size in bytes.