Reimplementation of Pijul in C, for education, fun and absolutely no profit

Fix warnings

Mostly minor type mismatches, the most interesting is probably passing a u64 to lseek as the offset. The off_t type is defined as "long int", so it's both signed and may only be 32 bits.

The line field in Local is changed from unsigned int to u64.

Created by  laumann  on May 10, 2023
WFA5BBRFVUHJ53MOPZ2WDXZ4CEHKA32LDYERSYLVETIZTZDW22GAC
Change contents