]> Kevux Git Server - fll/commit
Update: Make Utf8 private data private and move the program data into the main.
authorKevin Day <thekevinday@gmail.com>
Wed, 30 Mar 2022 02:10:44 +0000 (21:10 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 30 Mar 2022 02:37:26 +0000 (21:37 -0500)
commitb3cae5d1612ddc6b131559d24b18e0da13b1330e
tree490f7bd127796f023fc482206d24ce72e5dece5f
parent894034e87c43bd80e8a6626d97b0ca65abd032af
Update: Make Utf8 private data private and move the program data into the main.

Move parameter initialization and deallocation for fll program data into main.c.

Move the utf8 data into the private files.
level_3/utf8/c/common.c
level_3/utf8/c/common.h
level_3/utf8/c/main.c
level_3/utf8/c/private-common.c
level_3/utf8/c/private-common.h
level_3/utf8/c/private-utf8.c
level_3/utf8/c/private-utf8.h
level_3/utf8/c/utf8.c