]> Kevux Git Server - fll/commitdiff
Cleanup: add missing parameter documentation for f_print_string()
authorKevin Day <thekevinday@gmail.com>
Wed, 26 Feb 2020 03:34:11 +0000 (21:34 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 26 Feb 2020 03:34:11 +0000 (21:34 -0600)
level_0/f_print/c/print.h

index 9fbaed1fb78307788e76c053145c6956e47e669e..b9dad797373e1ac9c1d2bfdd4201e383a111731f 100644 (file)
@@ -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.