mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-04 06:45:12 -04:00
cdfc0cf26fa1c98e09827d12cff2a26567cfd2c2
Don't use #elif. Some older compilers don't grok it. (split_3): New function to parse out sum, flag, and filename when reading check file. (hex_digits): Remove length parameter since string parameter is now nul-terminated. (main): Don't allocate separate arrays for filename and sum when checking. Get pointers into line buffer with split_3 instead of using sscanf.
Description
No description provided
Languages
C
56.8%
Shell
27.4%
Perl
11.5%
Makefile
2.2%
M4
0.9%
Other
1.2%