]> Kevux Git Server - fll/commit
Cleanup: Re-organize the process_normal files.
authorKevin Day <Kevin@kevux.org>
Sat, 12 Oct 2024 03:38:01 +0000 (22:38 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 12 Oct 2024 03:38:01 +0000 (22:38 -0500)
commit171ba867137d29242be1083a129e97839ff88b8a
tree6ca5f5463494618d9b24a879d5f53c922fb30478
parent3b8b0cba03096e764194db8bb889cd94a8d97f5b
Cleanup: Re-organize the process_normal files.

I was originally thinking of having `process_X()` and such functions.
I created `process_normal()` functions as the standard functions to use.
I ended up not doing this but the `process_normal` use remained.

This is the first step into cleaning up the structure to a simpler naming system.
All this does is rename the files and anything using the files by name.
Changes to the functions will be in a follow up commit.
12 files changed:
level_3/fss_read/c/basic/fss_read.h
level_3/fss_read/c/basic_list/fss_read.h
level_3/fss_read/c/embedded_list/fss_read.h
level_3/fss_read/c/embedded_list/process.c [moved from level_3/fss_read/c/embedded_list/process_normal.c with 100% similarity]
level_3/fss_read/c/embedded_list/process.h [moved from level_3/fss_read/c/embedded_list/process_normal.h with 100% similarity]
level_3/fss_read/c/extended/fss_read.h
level_3/fss_read/c/extended_list/fss_read.h
level_3/fss_read/c/main/fss_read.h
level_3/fss_read/c/main/process.c [moved from level_3/fss_read/c/main/process_normal.c with 100% similarity]
level_3/fss_read/c/main/process.h [moved from level_3/fss_read/c/main/process_normal.h with 100% similarity]
level_3/fss_read/c/payload/fss_read.h
level_3/fss_read/data/build/settings