]> Kevux Git Server - fll/commitdiff
Cleanup: minor changes in f_print
authorKevin Day <thekevinday@gmail.com>
Fri, 28 Feb 2020 04:27:00 +0000 (22:27 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 28 Feb 2020 04:27:43 +0000 (22:27 -0600)
level_0/f_print/c/print.h

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