]> Kevux Git Server - fll/commit
Feature: add macro initializers for static string and string ranges
authorKevin Day <thekevinday@gmail.com>
Mon, 15 Jun 2020 04:54:58 +0000 (23:54 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 15 Jun 2020 04:54:58 +0000 (23:54 -0500)
commit28836cf81f5076aeb94142081fd26fbbba9f27fc
tree612810a56ad71d53b490c8e5618665d99579c6a4
parentcbe3f8959cb7c696424ed348cf9a80defbc2ad30
Feature: add macro initializers for static string and string ranges

Creating defines with present lengths and them using these in static strings, sometimes with ranges, has become more common.
Provide the macros to make this simpler and ever be more usable for creating constant static strings and constant string ranges.
level_0/f_string/c/string.h
level_0/f_utf/c/utf.h