]> Kevux Git Server - fll/commit
Feature: provide common string related memory increment functions.
authorKevin Day <thekevinday@gmail.com>
Tue, 25 Aug 2020 02:44:13 +0000 (21:44 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 25 Aug 2020 02:44:13 +0000 (21:44 -0500)
commit70ee2ee9115515efeb9880b9ea1679dd6ee91f25
tree6d5b21c68c39584b3159f1c0ade6a7200ebaf208
parentb0644d3419d586297522e2474bb0276845a28653
Feature: provide common string related memory increment functions.

There are a lot of string functions.
In this case, it seems worth more to use functions instead of relying on macros, given how common this is.

This does not update most of the existing code that may want to use this.
Future consideration will likely be made in regards to the array of array string types.

There is no intention to expand this process to other types.
level_1/fl_string/c/string.c
level_1/fl_string/c/string.h
level_2/fll_fss/c/fss_basic.c
level_2/fll_fss/c/fss_basic.h
level_2/fll_fss/c/fss_basic_list.c
level_2/fll_fss/c/fss_basic_list.h
level_2/fll_fss/c/fss_extended_list.c