mirror of
https://https.git.savannah.gnu.org/git/gzip.git
synced 2026-01-27 18:04:39 +00:00
C23 does not allow K&R style function definitions. Use protyped definitions. However, don't bother with (void) in function definitions since C23 prefers (); so prefer () to (void) as this will work with older compilers anyway.