From 65bda7d9783bc0169464b4aeb8862084a8c66ed6 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 25 Feb 2020 21:34:11 -0600 Subject: [PATCH] Cleanup: add missing parameter documentation for f_print_string() --- level_0/f_print/c/print.h | 2 ++ 1 file changed, 2 insertions(+) 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. -- 1.8.3.1