]> Kevux Git Server - fll/commit
Update: use int8_t instead of char
authorKevin Day <thekevinday@gmail.com>
Thu, 12 Sep 2019 22:17:19 +0000 (17:17 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 12 Sep 2019 22:17:19 +0000 (17:17 -0500)
commit2d7e36addb92ede10653f2d764a53039bc15285d
treedc06fba17854e4579fa30c64322e1c69b95e8016
parenta04413eaece21683c6490d30208659a4335a5cac
Update: use int8_t instead of char

Guarantee that we are always dealing with 1-byte values by using int8_t instead of char.
They should be identical, but this prevents a given system from doing something different.
char by default is signed.
24 files changed:
level_0/f_color/c/color.h
level_0/f_console/c/console.h
level_0/f_conversion/c/conversion.c
level_0/f_conversion/c/conversion.h
level_0/f_file/c/file.h
level_0/f_memory/c/memory.c
level_0/f_type/c/type.h
level_0/f_utf/c/utf.c
level_0/f_utf/c/utf.h
level_1/fl_color/c/color.c
level_1/fl_color/c/color.h
level_1/fl_directory/c/directory.c
level_1/fl_fss/c/fss.h
level_1/fl_fss/c/fss_basic.c
level_1/fl_fss/c/fss_extended.c
level_1/fl_serialized/c/serialized.c
level_1/fl_string/c/string.c
level_1/fl_string/c/string.h
level_1/fl_utf/c/utf.c
level_1/fl_utf/c/utf.h
level_2/fll_execute/c/execute.c
level_3/byte_dump/c/private-byte_dump.c
level_3/firewall/c/firewall.c
level_3/firewall/c/private-firewall.h