]> Kevux Git Server - fll/commit
Update: Add missing fll_program function for short option, fix some parameters, and...
authorKevin Day <Kevin@kevux.org>
Thu, 19 Sep 2024 03:50:59 +0000 (22:50 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 19 Sep 2024 03:50:59 +0000 (22:50 -0500)
commitc750a9f95ada891a3d28872103a073dc7be88bcc
tree1324d7a55af695f890e070f9c9a151f8c5ab9b82
parentb474ade37df5156d04ae7bc0536fcb2b4bd24e8b
Update: Add missing fll_program function for short option, fix some parameters, and fix ordering of a function.

The `fll_program_print_help_option_short()` function is missing, should be defined, and now is defined.

The `description` parameters for these functions should have the `const` qualifier.

The `fll_program_print_help_option_standard()` implementation is not in the correct alphabetical position.
level_2/fll_program/c/private-program.c
level_2/fll_program/c/private-program.h
level_2/fll_program/c/program/print.c
level_2/fll_program/c/program/print.h