add endian functions

This commit is contained in:
Nishi 2026-01-10 18:17:41 +09:00
commit 929df6a38c
Signed by: nishi
GPG key ID: 27EF69B208EB9343
6 changed files with 148 additions and 18 deletions

View file

@ -73,7 +73,7 @@ static void pack(const char* fullpath, const char* path) {
fwrite(output, 1, outsz, out);
printf("done (%6d -> %6d)\n", insz, outsz);
printf("done (%8d -> %8d)\n", insz, outsz);
total++;
totalact += insz;