]> Kevux Git Server - fll/commit
Update: add additional f_fss functions and update documentation
authorKevin Day <thekevinday@gmail.com>
Fri, 19 Jun 2020 20:37:16 +0000 (15:37 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 19 Jun 2020 20:37:16 +0000 (15:37 -0500)
commit169d2db3abae0a23c7a980ec0d8cbad3ff78fcff
treeefa4ede796b26747c369d599038180750413e27f
parenta5ee7f31af4a004287a85d830c65c86f54889fc9
Update: add additional f_fss functions and update documentation

Add line counting functions.

Remove unnecessary checks against negative values for unsigned numbers.
(They are theoretically necessary in that if the type was overwritten to a signed type, but for now just ignore that case.)

Finish adding or updating the *_together functions.
Review and update the documentation.
level_0/f_fss/c/fss.c
level_0/f_fss/c/fss.h
level_1/fl_string/c/string.c
level_2/fll_fss/c/fss.c
level_2/fll_fss/c/fss.h