]> Kevux Git Server - fll/commit
Feature: implement string mash support
authorKevin Day <thekevinday@gmail.com>
Tue, 28 Apr 2020 05:46:11 +0000 (00:46 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 29 Apr 2020 02:27:59 +0000 (21:27 -0500)
commita5f8f8fc61dd2821d304886fbaf23977cd10d2b5
tree9d8b7e631c62fe052fee0b6e1817fb09346ded8c
parente1d21149b99fbb72b8d815a387a5bcba7502fd14
Feature: implement string mash support

String mashing is a way to append a string to another with a glue string in between.
The idea is that a space could be placed between the two strings.
A string is primarily used as the mash character so that UTF-8 can be natively supported as the glue character.
level_1/fl_string/c/private-string.c
level_1/fl_string/c/private-string.h
level_1/fl_string/c/string.c
level_1/fl_string/c/string.h