summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-10-10 23:47:29 +0200
committerpgen <p.gen.progs@gmail.com>2018-10-11 01:02:41 +0200
commit2aeefb23a183f4de00bc389c21c6c5669d4b9a69 (patch)
tree263154318e7bbfe82d06c574cabd83be1888d763 /utf8.c
parentfdc9bbedae48ef73e040b2ad0bd4d637261346f9 (diff)
Various small changes
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/utf8.c b/utf8.c
index 1507660..ddff417 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1,3 +1,7 @@
+/* ************************************ */
+/* Various UTF-8 manipulation functions */
+/* ************************************ */
+
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>