Function: file-size-human-readable-iec

file-size-human-readable-iec is a byte-compiled function defined in files.el.gz.

Signature

(file-size-human-readable-iec SIZE)

Documentation

Human-readable string for SIZE bytes, using IEC prefixes.

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defun file-size-human-readable-iec (size)
  "Human-readable string for SIZE bytes, using IEC prefixes."
  (file-size-human-readable size 'iec " "))