syncfiles/lib
Dietrich Epp dd96385d7c Style: Use trailing commas for enums
The trailing comma is supported in MPW and GCC. It fixes the formatting
issue with clang-format and makes cleaner diffs, so trailing commas have
been added to enums and clang-format has been run over the sources.
2022-04-10 03:51:59 -04:00
..
BUILD.bazel Add CRC-32 function 2022-04-10 03:37:14 -04:00
crc32_test.c Add CRC-32 function 2022-04-10 03:37:14 -04:00
crc32.c Add CRC-32 function 2022-04-10 03:37:14 -04:00
crc32.h Add CRC-32 function 2022-04-10 03:37:14 -04:00
defs.h Style: Use trailing commas for enums 2022-04-10 03:51:59 -04:00
endian_test.c Reorganize 2022-03-30 03:46:19 -04:00
endian.h Add byte order conversion utilities 2022-03-29 15:34:27 -04:00
test.c Reorganize 2022-03-30 03:46:19 -04:00
test.h Style: Use trailing commas for enums 2022-04-10 03:51:59 -04:00
toolbox.c Reorganize 2022-03-30 03:46:19 -04:00
util.c Create a tree structure for storing file metadata 2022-03-30 05:23:37 -04:00
util.h Reorganize 2022-03-30 03:46:19 -04:00