1 .TH fll_program_print_error_parameter_first_greater_than_last "3" "January 2026" "FLL - Featureless Linux Library 0.8.0 - Level 2" "Library Functions"
3 fll_program_print_error_parameter_first_greater_than_last \-
8 \fBf_status_t fll_program_print_error_parameter_first_greater_than_last\fP(
9 \fBfl_print_t *const \fP\fIprint\fP
14 Print error about "first" parameter value being greater than the "last" parameter value.
16 This does not alter print.custom.setting.state.status.
18 F_output_not (with error bit) if setting is NULL.
22 The output structure to print to.
29 Structure for facilitating colored or other managed printing.
31 custom: A pointer to a data structure determined by some caller for more advanced manipulation.
38 uint8_t \fIverbosity\fP;
40 f_string_static_t \fIprefix\fP;
41 f_string_static_t \fIsuffix\fP;
42 f_color_set_t \fIcontext\fP;
43 f_color_set_t \fInotable\fP;
44 f_color_set_context_t *\fIset\fP;
52 F_okay on success. F_output_not on success, but no printing is performed.
57 \fIerror.h\fP(3), \fIbyte_dump_print_error\fP(3), \fIbyte_dump_print_error_file\fP(3), \fIbyte_dump_print_error_file_none\fP(3), \fIbyte_dump_print_error_parameter_range_out\fP(3), \fIfll_program_print_error_file_code_invalid\fP(3), \fIfll_program_print_error_file_read\fP(3), \fIfll_program_print_error_parameter_first_greater_than_last\fP(3)
64 Copyright \(co 2007-2026 Kevin Day, GNU LGPL Version 2.1 or later.