ghostty/src/inspector/units.zig
Alexandre Antonio Juca 62fae29395 chore: rename file
2025-01-04 23:37:54 +01:00

4 lines
68 B
Zig

pub fn toKibiBytes(bytes: usize) usize {
return bytes / 1024;
}