libkibi0

Library for byte prefixes
  https://launchpad.net/libkibi
  0
  no reviews



This library is designed for formatting sizes in bytes for display. the user can configure a preferred prefix style.

three different types of byte prefixes can be selected:
* kb, mb, gb with base 1000 (base10)
* kib, mib, gib with base 1024 (base2)
* kb, mb, gb with base 1024 (historic)