cosmopolitan/third_party/xxhash/cli
Justine Tunney fe044e22cc
Switch public headers to getopt_long() entirely
Cosmopolitan's getopt() is now redefined as __getopt().
2023-07-02 19:57:43 -07:00
..
COPYING Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
README.md Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_arch.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_bench.c Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
xsum_bench.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_config.h Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
xsum_os_specific.c Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
xsum_os_specific.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_output.c Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_output.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_sanity_check.c Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
xsum_sanity_check.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxhsum.1 Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxhsum.1.md Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxhsum.c Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00

// clang-format off 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.