]> Kevux Git Server - fll/commit
Bugfix: The level_0 console should use private functions.
authorKevin Day <thekevinday@gmail.com>
Sat, 19 Nov 2022 23:42:24 +0000 (17:42 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 19 Nov 2022 23:42:24 +0000 (17:42 -0600)
commit05c24138c0ad8f15a557274f21956fed206fec23
treea318f3851d840dc2dc95bc7472df110c1665cb9b
parent585afa2eb457a36d78525a69137e99505d51dec9
Bugfix: The level_0 console should use private functions.

The level_0 f_console_identify function should not be directly called by another function in this project.
Create a private function and call that function.

This is the standard practice for this project
This improves hackability.
build/level_0/settings
build/monolithic/settings
build/stand_alone/fake.settings
build/stand_alone/utf8.settings
level_0/f_console/c/console.c
level_0/f_console/c/console.h
level_0/f_console/c/private-console.c [new file with mode: 0644]
level_0/f_console/c/private-console.h [new file with mode: 0644]
level_0/f_console/data/build/settings