Multi platform CRC library
Stars
617
Forks
256
Watchers
617
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
69
commits
1
commits
1
commits
1
commits
1
commits
fix gcc7 build, allow Makefile to use extern CC variable (#7)
fde4cb1View on GitHubMerge branch 'master' of https://github.com/lammertb/libcrc
f4a49c6View on GitHubRemoved format truncation warning because it is not universally supported by compilers
ab44f7eView on GitHubFixes fgets() return value is never used. On gcc 5.4.0, causes a compile error because warnings are treated as errors in the default Makefile. Otherwise, need -Wno-unused-result to compile on gcc 5.4.0
4405a35View on GitHub