]> Kevux Git Server - fll/commit
Update: Rewrite the f_serialize functions.
authorKevin Day <thekevinday@gmail.com>
Thu, 19 May 2022 05:56:28 +0000 (00:56 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 19 May 2022 05:56:28 +0000 (00:56 -0500)
commit22330623cd3a26b487d94b49e065439af1b79816
treef67599cd55607e1b69f86ab33bb4ef29ef0c018a
parent8bb9c4bca207462b44f22e993a007bad7e175077
Update: Rewrite the f_serialize functions.

The code is outdated and needs to be updated with the current practices.
I remember being uncertain on what to name several of these functions.
I didn't want an f_unserialize function because that would require a separate project (even if the naming makes sense).
Perhaps I may do that in the future, but for now just use the words "from" and "to".
level_0/f_serialize/c/private-serialize.c
level_0/f_serialize/c/private-serialize.h
level_0/f_serialize/c/serialize.c
level_0/f_serialize/c/serialize.h
level_0/f_serialize/c/serialize/common.c
level_0/f_serialize/c/serialize/common.h