]> Kevux Git Server - fll/commit
Cleanup: rename return_code to status_code and fss_return_code to fss_status_code
authorKevin Day <thekevinday@gmail.com>
Thu, 29 Aug 2019 19:40:25 +0000 (14:40 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 29 Aug 2019 19:40:25 +0000 (14:40 -0500)
commit25b26d5ec74e6f0002fe867e47bd103dcc7285cc
tree11bd686e89e5d9ce8cde11d1ed0c1c7f3a17fef4
parent3b7751f1ac7f0dd79924e0344f9e7ffaa1b9bdac
Cleanup: rename return_code to status_code and fss_return_code to fss_status_code

The "return codes" were originally intended to be literal return codes.
When the error codes were converted to have error bits, warning bits, and signal bits, this no longer became the case.
Refactor return_code into status_code to be more accurate.
13 files changed:
level_3/fss_return_code/c/fss_return_code.h [deleted file]
level_3/fss_return_code/c/main.c [deleted file]
level_3/fss_status_code/c/fss_status_code.c [moved from level_3/fss_return_code/c/fss_return_code.c with 78% similarity]
level_3/fss_status_code/c/fss_status_code.h [new file with mode: 0644]
level_3/fss_status_code/c/main.c [new file with mode: 0644]
level_3/fss_status_code/data/build/dependencies [moved from level_3/fss_return_code/data/build/dependencies with 100% similarity]
level_3/fss_status_code/data/build/settings [moved from level_3/fss_return_code/data/build/settings with 81% similarity]
level_3/return_code/c/return_code.h [deleted file]
level_3/status_code/c/main.c [moved from level_3/return_code/c/main.c with 51% similarity]
level_3/status_code/c/status_code.c [moved from level_3/return_code/c/return_code.c with 78% similarity]
level_3/status_code/c/status_code.h [new file with mode: 0644]
level_3/status_code/data/build/dependencies [moved from level_3/return_code/data/build/dependencies with 100% similarity]
level_3/status_code/data/build/settings [moved from level_3/return_code/data/build/settings with 82% similarity]