From: Kevin Day Date: Wed, 26 Feb 2020 03:34:11 +0000 (-0600) Subject: Cleanup: add missing parameter documentation for f_print_string() X-Git-Tag: 0.5.0~359 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=65bda7d9783bc0169464b4aeb8862084a8c66ed6;p=fll Cleanup: add missing parameter documentation for f_print_string() --- diff --git a/level_0/f_print/c/print.h b/level_0/f_print/c/print.h index 9fbaed1..b9dad79 100644 --- a/level_0/f_print/c/print.h +++ b/level_0/f_print/c/print.h @@ -37,6 +37,8 @@ extern "C" { * The file to output to, including standard streams such as stdout and stderr. * @param string * The string to output. + * @param length + * The total number of characters to print. * * @return * f_none on success.