This commit is contained in:
Your Name 2024-07-10 22:59:28 +03:00
parent 1b9dc6d7dc
commit 0737916f1a
11 changed files with 71 additions and 35 deletions

View file

@ -7,5 +7,5 @@
#define MU_HUMAN_BUF_SIZE 16
char *mu_humansize(off_t n, off_t block);
char *mu_humansize(off_t n, int block);
#endif