]> Kevux Git Server - fll/commit
Update: implement append functions for array types and implement all the other functions.
authorKevin Day <thekevinday@gmail.com>
Fri, 12 Mar 2021 04:54:45 +0000 (22:54 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 12 Mar 2021 04:56:48 +0000 (22:56 -0600)
commit764c1c116b602d6426b27841f826f4fa79e29723
tree0426a320ab9132dbaa0c99c2c5f9b66a85ac07d2
parent3a4505e1dd6d73584ab38f3642968c55dcf9512d
Update: implement append functions for array types and implement all the other functions.

Start implementing all of the macros as real functions for these.
Macros do what I wanted and save writing code, but the binary size is more of a concern.
Switching to explicit functions should also make debugging easier.

The macros may be removed eventually and all of the code utilizing the macros will be updated to use these.

There will be more changes like this going forward in some other projects like f_string and f_utf_string.
level_0/f_type_array/c/private-type_array.c
level_0/f_type_array/c/private-type_array.h
level_0/f_type_array/c/type_array.c
level_0/f_type_array/c/type_array.h