cosmopolitan/third_party/xxhash/cli
Justine Tunney fa20edc44d
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs
- Rename libc/intrin/bits.h to libc/serialize.h
- Block pthread cancelation in fchmodat() polyfill
- Remove `clang-format off` statements in third_party
2023-11-28 14:39:42 -08:00
..
COPYING Reduce header complexity 2023-11-28 14:39:42 -08:00
README.md Reduce header complexity 2023-11-28 14:39:42 -08:00
xsum_arch.h Reduce header complexity 2023-11-28 14:39:42 -08:00
xsum_bench.c Reduce header complexity 2023-11-28 14:39:42 -08:00
xsum_bench.h Reduce header complexity 2023-11-28 14:39:42 -08:00
xsum_config.h Reduce header complexity 2023-11-28 14:39:42 -08:00
xsum_os_specific.c Reduce header complexity 2023-11-28 14:39:42 -08:00
xsum_os_specific.h Reduce header complexity 2023-11-28 14:39:42 -08:00
xsum_output.c Reduce header complexity 2023-11-28 14:39:42 -08:00
xsum_output.h Reduce header complexity 2023-11-28 14:39:42 -08:00
xsum_sanity_check.c Reduce header complexity 2023-11-28 14:39:42 -08:00
xsum_sanity_check.h Reduce header complexity 2023-11-28 14:39:42 -08:00
xxhsum.1 Reduce header complexity 2023-11-28 14:39:42 -08:00
xxhsum.1.md Reduce header complexity 2023-11-28 14:39:42 -08:00
xxhsum.c Reduce header complexity 2023-11-28 14:39:42 -08:00

This directory contains source code dedicated to the xxhsum command line utility, which is a user program of libxxhash.

Note that, in contrast with the library libxxhash, the command line utility xxhsum ships with GPLv2 license.