From 3914df67affb98788a43296caec100cfbbcc50a7 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 27 Feb 2020 22:27:00 -0600 Subject: [PATCH] Cleanup: minor changes in f_print --- level_0/f_print/c/print.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/level_0/f_print/c/print.h b/level_0/f_print/c/print.h index b9dad79..c3ee408 100644 --- a/level_0/f_print/c/print.h +++ b/level_0/f_print/c/print.h @@ -1,11 +1,13 @@ /** * FLL - Level 0 * - * Project: Output + * Project: Print * API Version: 0.5 * Licenses: lgplv2.1 * * Provides some standard printing functions not available in a libc. + * + * Functions provided here are not UTF-8 aware. */ #ifndef _F_print_h #define _F_print_h -- 1.8.3.1