]> Kevux Git Server - fll/commit
Cleanup: _F_types_h should be _F_type_h and some macros have misplaces the "s".
authorKevin Day <thekevinday@gmail.com>
Fri, 4 Dec 2020 05:08:59 +0000 (23:08 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 4 Dec 2020 05:08:59 +0000 (23:08 -0600)
commitea7afd8818f9d00699c7ec9af5663c736a35187b
tree24053be69bed5553ed8c8473c0259a1368fe995b
parentb77b1acc9d28af20bd2d3ab6f26f91f9ebaa01bd
Cleanup: _F_types_h should be _F_type_h and some macros have misplaces the "s".

The f_type project is singular, so do not use an "s" in the name.

Some of the macros in the type_array.h file were not converted from having the "s" after the _t to more accurately matching the type name.
For example uint8s_t should have macros using uint8s_t instead of uint8_ts.
level_0/f_type/c/type.h
level_0/f_type/c/type_array.h