From: Kevin Day Date: Sat, 24 Feb 2024 06:23:49 +0000 (-0600) Subject: Cleanup: Documentation comments for fll_print_format_convert(). X-Git-Tag: 0.6.9~12 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=b16ff800c7f0ce0299c2548cf8211adf12794a5a;p=fll Cleanup: Documentation comments for fll_print_format_convert(). --- diff --git a/level_2/fll_print/c/print.h b/level_2/fll_print/c/print.h index f083132..bb6a567 100644 --- a/level_2/fll_print/c/print.h +++ b/level_2/fll_print/c/print.h @@ -1005,7 +1005,9 @@ extern "C" { * The status is stored here rather then via the return. * * @return - * Result from: fl_print_format_convert(). + * Success from: fl_print_format_convert(). + * + * Errors (with error bit) from: fl_print_format_convert(). * * @see flockfile() * @see funlockfile()