]> Kevux Git Server - fll/commit
Update: f_file project.
authorKevin Day <thekevinday@gmail.com>
Sun, 2 Jan 2022 04:03:24 +0000 (22:03 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 2 Jan 2022 04:05:54 +0000 (22:05 -0600)
commit7b23dfbcd848ef7bddd1150f98c19e912e35409e
tree5e8316976285facb28bf30784eb9591a1c1ae68b
parentb1e0874253f5ebcbddccacb781d385c0433db085
Update: f_file project.

Now that I am moving towards using pointer constants (sch as "int * const"), I can move many of the parameters to the left side.
I believe this sufficiently follows the pattern of having constants on the left and editables on the right even though the data pointed to can be edited.
I feel this allows me to relax the compromise I originally made when following this design paradigm.
level_0/f_file/c/file-common.h
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/c/private-file.c
level_0/f_file/c/private-file.h