You've already forked libsndfile
mirror of
https://github.com/OldUnreal/libsndfile.git
synced 2026-04-02 21:43:35 -07:00
INT64_MAX instead of 0x7FFFFFFFFFFFFFFFLL avoids type discrepancy between int64_t and LL (long long) suffix when int64_t is not long long.