1 .TH status_code_print_error_cannot_error_warning_number 3 "3" "January 2026" "FLL - Status Code 0.8.0" "Program Functions"
3 status_code_print_error_cannot_error_warning_number \-
8 \fBf_status_t status_code_print_error_cannot_error_warning_number\fP(
9 \fBfl_print_t *const \fP\fIprint\fP
14 Print an error message when error parameter and warning parameter are specified without number parameter.
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), \fIstatus_code_print_error\fP(3), \fIstatus_code_print_error_cannot_error_warning_number\fP(3), \fIstatus_code_print_error_invalid_callback\fP(3), \fIstatus_code_print_error_no_status_codes\fP(3), \fIf_file_stream_lock()\fP, \fIf_file_stream_unlock()\fP, \fIfl_print_format()\fP
64 Copyright \(co 2007-2026 Kevin Day, GNU LGPL Version 2.1 or later.