]> Kevux Git Server - fll/commit
Update: at f_array_too_large status and don't include terminating NULL in string...
authorKevin Day <thekevinday@gmail.com>
Sat, 2 May 2020 16:07:19 +0000 (11:07 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 2 May 2020 16:17:08 +0000 (11:17 -0500)
commit26956d8fd3b07e90b34daf8b2874646c572ddf16
treef3d35322b098f7fabfd6c9fe7d8030d9936377e1
parente416f05addf8a742a3ae312f24ecde88a2651337
Update: at f_array_too_large status and don't include terminating NULL in string lengths

Just like f_string_too_large, there needs to be a generic f_array_too_large to report that the array is larger than can be supported.
Also provide an f_array_max_size #define just like f_string_max_size.

The #define string lengths shouldn't include the terminating NULL.
This will prevent having to remove the NULL when converting to/from null-agnostic to null-aware designs.
level_0/f_status/c/status.h
level_0/f_type/c/type.h
level_1/fl_status/c/status.c
level_1/fl_status/c/status.h
level_2/fll_fss/c/fss_status.h
level_2/fll_status/c/status.c