]> Kevux Git Server - fll/commit
Update: FSS Basic Read program to use memory allocate/dellocate functions and fix...
authorKevin Day <thekevinday@gmail.com>
Sat, 1 May 2021 23:37:40 +0000 (18:37 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 1 May 2021 23:37:40 +0000 (18:37 -0500)
commitcf8a721be2e474c44500cebc542b99b9a2ed464b
treebd0bad25f52ce76877a790b7ebce4587ff2e2381
parent0d3ee9f643bedd0bbdbc7cdcb6dcba8a498704e4
Update: FSS Basic Read program to use memory allocate/dellocate functions and fix error messages.

Remove the allocation and deallocate macros.
Add allocation and deallocation functions in their place.

This makes the common.h and common.c structure more consistent.

Some of the error messages are not respecting verbosity.
They were probably written before the current verbosity implementation was fully realized.
level_3/fss_basic_read/c/fss_basic_read.c
level_3/fss_basic_read/c/private-common.c
level_3/fss_basic_read/c/private-common.h
level_3/fss_basic_read/c/private-fss_basic_read.c
level_3/fss_basic_read/c/private-fss_basic_read.h