]> Kevux Git Server - fll/commit
Cleanup: FSS Basic Read parameter processing, file variable related, and some ++/--.
authorKevin Day <thekevinday@gmail.com>
Mon, 3 May 2021 01:53:48 +0000 (20:53 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 3 May 2021 01:53:48 +0000 (20:53 -0500)
commitb5f533a7f7591f8fa55acdaea310df76381fb1e1
tree4b6f2dc59f7dbf801cd3aaf821c47c06ef26eb98
parent90d837d561539067eed3ffd96545b2b88438e875
Cleanup: FSS Basic Read parameter processing, file variable related, and some ++/--.

Simplify the parameter processing using an array to avoid repeating similar code.

Relocate the file variable so that it goes out of scope and is removed from the stack before processing.
The file variable is no longer needed during processing with the current design so don't hold it in memory after it is no longer needed.

Relocate the file stream close so that it doesn't need to be specified as many times in the code.

There are some ++/-- postfixes in use that would be better as prefixes (such as changing i++ to ++i).
level_3/fss_basic_read/c/fss_basic_read.c