]> Kevux Git Server - fll/commit
Update: Use the pre-defined typedef structure style for the main program type.
authorKevin Day <Kevin@kevux.org>
Mon, 20 Jan 2025 23:59:19 +0000 (17:59 -0600)
committerKevin Day <Kevin@kevux.org>
Mon, 20 Jan 2025 23:59:19 +0000 (17:59 -0600)
commit6263de5db3092ecceee16c9a6fa2dbb79e14c4b5
tree4cbdf9a922b9f4bab134f187439a6044a7a32082
parent1ef45af1eae1a4232425a0d468409eeff0ec3202
Update: Use the pre-defined typedef structure style for the main program type.

Make sure that the typedef is defined early for a later defined type.
This allows for circular use of the main, such as with callbacks.

This is being done across all of my programs.
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/firewall/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
level_3/utf8/c/main/common/type.h