syncfiles/lib
Dietrich Epp 3f6acc9f42 Use more modern C
While C99 is not supported by old Mac OS compilers, line comments are
supported. Keeping strictly to old C90 style code is annoying without
benefit.
2022-04-21 13:57:17 -04:00
..
BUILD.bazel Add CRC-32 function 2022-04-10 03:37:14 -04:00
crc32_test.c Make source file headers consistent 2022-04-10 04:22:58 -04:00
crc32.c Make source file headers consistent 2022-04-10 04:22:58 -04:00
crc32.h Use more modern C 2022-04-21 13:57:17 -04:00
defs.h Use more modern C 2022-04-21 13:57:17 -04:00
endian_test.c Fix compiler warnings on Xcode 11 2022-04-14 13:39:42 -04:00
endian.h Make source file headers consistent 2022-04-10 04:22:58 -04:00
test.c Fix compiler warnings on Xcode 11 2022-04-14 13:39:42 -04:00
test.h Use more modern C 2022-04-21 13:57:17 -04:00
toolbox.c Use more modern C 2022-04-21 13:57:17 -04:00
util.c Make source file headers consistent 2022-04-10 04:22:58 -04:00
util.h Use more modern C 2022-04-21 13:57:17 -04:00