]> Kevux Git Server - fll/commit
Update: Add missing constant qualifiers and update function comments.
authorKevin Day <Kevin@kevux.org>
Sun, 19 Jan 2025 23:03:36 +0000 (17:03 -0600)
committerKevin Day <Kevin@kevux.org>
Sun, 19 Jan 2025 23:07:42 +0000 (17:07 -0600)
commit1809ab51013bf02ab591729ad684a9cf0362b8d8
tree9497f55f531f0b3737a63b1f64004ef47f0eca2f
parentea9fd754ab92652e5ac220052d8cb5f8dac1853f
Update: Add missing constant qualifiers and update function comments.

Some functions are missing the standard constant qualifier on the pointer parameters.

Improve grammar in some of the documentation comments.
13 files changed:
level_0/f_string/c/string.c
level_0/f_string/c/string.h
level_0/f_string/c/string/dynamic.h
level_0/f_utf/c/utf.c
level_0/f_utf/c/utf.h
level_0/f_utf/c/utf/dynamic.h
level_0/f_utf/c/utf/string.c
level_0/f_utf/c/utf/string.h
level_0/f_utf/c/utf/strings.c
level_0/f_utf/c/utf/strings.h
level_0/f_utf/c/utf/stringss.c
level_0/f_utf/c/utf/stringss.h
level_1/fl_fss/c/fss/basic_list.c