Fix formats, reduce PAGEHDRSZ size_t->unsigned.
NUMKEYS was size_t due to PAGEHDRSZ; printing unsigned int is simpler. Instead increase PAGEFILL to long, since it involves a multiply. Possibly uint32_t or something would be sufficient.
Please register or sign in to comment