]> Kevux Git Server - fll/commit
Update: provide f_string_lengthss_t and f_string_quantityss_t.
authorKevin Day <thekevinday@gmail.com>
Fri, 16 Oct 2020 01:58:13 +0000 (20:58 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 16 Oct 2020 01:58:13 +0000 (20:58 -0500)
commit9ec6917bf687f78f528c4e29c411a371134efa1f
tree925bae4a4c70215aa30a697a7ad3a03b47f2034b
parentfbefa7e359abf6f61501dfbd7fab086d2d99e7d9
Update: provide f_string_lengthss_t and f_string_quantityss_t.

Ensure that array of an array typedefs exist for:
- f_string_length_t
- f_string_quantity_t

The following already exist:
- f_string_range_t

There are some additional structures that this should also have an array of an array for:
- f_string_static_t
- f_string_dynamic_t
- f_string_map_t
- f_string_map_multi_t

But they are more complicated so I will get to them later.
level_0/f_memory/c/memory_structure.h
level_0/f_string/c/string-common.h
level_0/f_string/c/string_quantity.h