]> Kevux Git Server - fll/commit
Update: print formatting, closing file, and returning
authorKevin Day <thekevinday@gmail.com>
Wed, 24 Jun 2020 05:16:10 +0000 (00:16 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 24 Jun 2020 05:18:19 +0000 (00:18 -0500)
commit59e22dea7149b4930a7aa1eaa68c63022f31d575
tree06db7b9a0ee1a94179f36c5bc0f6e2eee0621e5f
parentdca7576a295652004d985cd1197a3e2bfc121038
Update: print formatting, closing file, and returning

The print formatting for status should be %llu in the event that the entire status (error bits, etc..) is printed.

There were some cases where the file is not being closed.

There were some cases where the program is missing the return statement.
level_3/byte_dump/c/private-byte_dump.c
level_3/fake/c/private-print.c
level_3/fake/c/private-print.h
level_3/fss_basic_list_read/c/fss_basic_list_read.c
level_3/fss_basic_list_read/c/private-fss_basic_list_read.c
level_3/fss_basic_read/c/fss_basic_read.c
level_3/fss_basic_read/c/private-fss_basic_read.c
level_3/fss_extended_list_read/c/fss_extended_list_read.c
level_3/fss_extended_list_read/c/private-fss_extended_list_read.c
level_3/fss_extended_read/c/fss_extended_read.c
level_3/fss_extended_read/c/private-fss_extended_read.c