]> Kevux Git Server - fll/commit
Update: Centralize the error print function names.
authorKevin Day <thekevinday@gmail.com>
Sat, 10 Dec 2022 22:36:27 +0000 (16:36 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 10 Dec 2022 22:36:27 +0000 (16:36 -0600)
commit7b7f26d8867b43d49dfe4e14bdb919344c3f895a
treec0a68ddcbeb86a54bba4aa7e048a2d85c1142573
parentdd5014ae235f56e2513423502448720b28d8d6b2
Update: Centralize the error print function names.

This reduces repeated strings in the code.
A helper macro is used so that the individual code never needs to be changed if there are any changes to the array and the enumeration.

This reduces the binary file size.
45 files changed:
level_3/fss_write/c/basic/fss_write.c
level_3/fss_write/c/basic/fss_write.h
level_3/fss_write/c/basic_list/fss_write.c
level_3/fss_write/c/basic_list/fss_write.h
level_3/fss_write/c/embedded_list/fss_write.c
level_3/fss_write/c/embedded_list/fss_write.h
level_3/fss_write/c/extended/fss_write.c
level_3/fss_write/c/extended/fss_write.h
level_3/fss_write/c/extended_list/fss_write.c
level_3/fss_write/c/extended_list/fss_write.h
level_3/fss_write/c/main/common-print.c [new file with mode: 0644]
level_3/fss_write/c/main/common-print.h [new file with mode: 0644]
level_3/fss_write/c/main/common.c
level_3/fss_write/c/main/fss_write.c
level_3/fss_write/c/main/fss_write.h
level_3/fss_write/c/payload/fss_write.c
level_3/fss_write/c/payload/fss_write.h
level_3/fss_write/data/build/settings
level_3/iki_read/c/common-print.c [new file with mode: 0644]
level_3/iki_read/c/common-print.h [new file with mode: 0644]
level_3/iki_read/c/common.c
level_3/iki_read/c/iki_read.c
level_3/iki_read/c/iki_read.h
level_3/iki_read/c/private-read.c
level_3/iki_read/data/build/settings
level_3/iki_write/c/common-print.c [new file with mode: 0644]
level_3/iki_write/c/common-print.h [new file with mode: 0644]
level_3/iki_write/c/common.c
level_3/iki_write/c/iki_write.c
level_3/iki_write/c/iki_write.h
level_3/iki_write/c/private-write.c
level_3/iki_write/data/build/settings
level_3/status_code/c/common-print.c [new file with mode: 0644]
level_3/status_code/c/common-print.h [new file with mode: 0644]
level_3/status_code/c/common.c
level_3/status_code/c/status_code.c
level_3/status_code/c/status_code.h
level_3/status_code/data/build/settings
level_3/utf8/c/common-print.c [new file with mode: 0644]
level_3/utf8/c/common-print.h [new file with mode: 0644]
level_3/utf8/c/common.c
level_3/utf8/c/private-utf8.c
level_3/utf8/c/utf8.c
level_3/utf8/c/utf8.h
level_3/utf8/data/build/settings