#ifndef NUMFMT_H #define NUMFMT_H #define NUMFMT_SI 1000 /* 1000 = 1K */ #define NUMFMT_IEC 1024 /* 1024 = 1Ki */ #endif /* NUMFMT_H */