@ -126,7 +126,7 @@ static void do_mufs_stat(const char *s)
default: return;
}
printf(" file size: %u bytes\n", stat.file_size);
printf(" file size: %" PRIu32 " bytes\n", stat.file_size);
static void do_mufs_cat(const char *s)