logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

util.h (192B)


  1. #ifndef _UTIL_H_
  2. #define _UTIL_H_
  3. #define FMT_SCALED_STRSIZE 7 /* minus sign, 4 digits, suffix, null byte */
  4. int fmt_scaled(long long, char *);
  5. int scan_scaled(char *, long long *);
  6. #endif