]> Kevux Git Server - fll/commit
Refactor: Code to use { .a = b } notation for initializers and address related problems.
authorKevin Day <Kevin@kevux.org>
Wed, 3 Dec 2025 02:52:36 +0000 (20:52 -0600)
committerKevin Day <Kevin@kevux.org>
Wed, 3 Dec 2025 02:52:36 +0000 (20:52 -0600)
commitd599118c4eddc4a14a37b0dd7d758a76f0271dd3
tree605ae1ab02a56560ec1f22c89775866b3a6f09e6
parent82a34be0609c2dff10878c1f8eb1b0434fb2471d
Refactor: Code to use { .a = b } notation for initializers and address related problems.

Change the coding style for the initializers and macro initializers to follow the `{ .a = b }` format.
118 files changed:
level_0/f_abstruse/c/abstruse/abstruse.h
level_0/f_abstruse/c/abstruse/map.h
level_0/f_account/c/account/common.h
level_0/f_color/c/color/common.h
level_0/f_console/c/console/common.h
level_0/f_control_group/c/control_group/common.h
level_0/f_conversion/c/conversion/common.h
level_0/f_directory/c/directory/listing.h
level_0/f_directory/c/directory/recurse_do.h
level_0/f_directory/c/directory/status.h
level_0/f_execute/c/execute/common.h
level_0/f_fss/c/fss/item.h
level_0/f_fss/c/fss/named.h
level_0/f_fss/c/fss/nest.h
level_0/f_fss/c/fss/set.h
level_0/f_fss/c/fss/set_quote.h
level_0/f_fss/c/fss/simple_packet.h
level_0/f_iki/c/iki/common.h
level_0/f_limit/c/limit/set.h
level_0/f_limit/c/limit/value.h
level_0/f_network/c/network/common.h
level_0/f_schedule/c/schedule/common.h
level_0/f_signal/c/signal/common.h
level_0/f_socket/c/socket/address.h
level_0/f_socket/c/socket/socket.h
level_0/f_string/c/string/map.h
level_0/f_string/c/string/map_multi.h
level_0/f_string/c/string/map_multis.h
level_0/f_string/c/string/map_multiss.h
level_0/f_string/c/string/maps.h
level_0/f_string/c/string/mapss.h
level_0/f_string/c/string/static.h
level_0/f_string/c/string/statics.h
level_0/f_string/c/string/staticss.h
level_0/f_string/c/string/triple.h
level_0/f_string/c/string/triples.h
level_0/f_string/c/string/tripless.h
level_0/f_thread/c/thread/attributes.h
level_0/f_thread/c/thread/attributess.h
level_0/f_thread/c/thread/barrier.h
level_0/f_thread/c/thread/barrier_attribute.h
level_0/f_thread/c/thread/barrier_attributes.h
level_0/f_thread/c/thread/barrier_attributess.h
level_0/f_thread/c/thread/barrier_full.h
level_0/f_thread/c/thread/barrier_fulls.h
level_0/f_thread/c/thread/barrier_fullss.h
level_0/f_thread/c/thread/barriers.h
level_0/f_thread/c/thread/barrierss.h
level_0/f_thread/c/thread/condition_attributes.h
level_0/f_thread/c/thread/condition_attributess.h
level_0/f_thread/c/thread/condition_full.h
level_0/f_thread/c/thread/condition_fulls.h
level_0/f_thread/c/thread/condition_fullss.h
level_0/f_thread/c/thread/conditions.h
level_0/f_thread/c/thread/conditionss.h
level_0/f_thread/c/thread/ids.h
level_0/f_thread/c/thread/idss.h
level_0/f_thread/c/thread/keys.h
level_0/f_thread/c/thread/keyss.h
level_0/f_thread/c/thread/lock_attributes.h
level_0/f_thread/c/thread/lock_attributess.h
level_0/f_thread/c/thread/lock_full.h
level_0/f_thread/c/thread/lock_fulls.h
level_0/f_thread/c/thread/lock_fullss.h
level_0/f_thread/c/thread/locks.h
level_0/f_thread/c/thread/lockss.h
level_0/f_thread/c/thread/mutex_attributes.h
level_0/f_thread/c/thread/mutex_attributess.h
level_0/f_thread/c/thread/mutex_full.h
level_0/f_thread/c/thread/mutex_fulls.h
level_0/f_thread/c/thread/mutex_fullss.h
level_0/f_thread/c/thread/mutexs.h
level_0/f_thread/c/thread/mutexss.h
level_0/f_thread/c/thread/onces.h
level_0/f_thread/c/thread/oncess.h
level_0/f_thread/c/thread/semaphores.h
level_0/f_thread/c/thread/semaphoress.h
level_0/f_thread/c/thread/spins.h
level_0/f_thread/c/thread/spinss.h
level_0/f_type/c/type/cell.h
level_0/f_type/c/type/file.h
level_0/f_type/c/type/fll.h
level_0/f_type/c/type/mode.h
level_0/f_type/c/type/number.h
level_0/f_type/c/type/pid.h
level_0/f_type/c/type/quantity.h
level_0/f_type/c/type/range.h
level_0/f_type/c/type/range_double.h
level_0/f_type/c/type/state.h
level_0/f_type/c/type/status.h
level_0/f_type/c/type/time.h
level_0/f_utf/c/utf/map.h
level_0/f_utf/c/utf/map_multi.h
level_0/f_utf/c/utf/map_multis.h
level_0/f_utf/c/utf/map_multiss.h
level_0/f_utf/c/utf/maps.h
level_0/f_utf/c/utf/mapss.h
level_0/f_utf/c/utf/static.h
level_0/f_utf/c/utf/statics.h
level_0/f_utf/c/utf/staticss.h
level_0/f_utf/c/utf/triple.h
level_0/f_utf/c/utf/triples.h
level_0/f_utf/c/utf/tripless.h
level_1/fl_conversion/c/conversion/common.h
level_1/fl_execute/c/execute/common.h
level_1/fl_fss/c/fss/embedded_list.h
level_1/fl_fss/c/fss/payload/type.h
level_1/fl_print/c/print/common.h
level_2/fll_program/c/program/common.h
level_3/byte_dump/c/main/common/type.h
level_3/example/c/main/common/type.h
level_3/fake/c/main/common/type.h
level_3/fss_identify/c/main/common/type.h
level_3/fss_read/c/main/common/type.h
level_3/fss_write/c/main/common/type.h
level_3/iki_read/c/main/common/type.h
level_3/iki_write/c/main/common/type.h
level_3/status_code/c/main/common/type.h