aboutsummaryrefslogtreecommitdiff
path: root/wtf8.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-22 19:33:38 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-22 19:33:38 +1300
commit50357b8fac3e9f5c5edf8c93cb07faa8122fd155 (patch)
treee3ae7810faed1c8352c74664e3f89aecfd92c679 /wtf8.h
parentMerge branch 'hotfix/v1.2.1' into develop (diff)
downloadwtf8-50357b8fac3e9f5c5edf8c93cb07faa8122fd155.tar.gz
wtf8-50357b8fac3e9f5c5edf8c93cb07faa8122fd155.zip
Make some dense code a little less opaque
Diffstat (limited to 'wtf8.h')
-rw-r--r--wtf8.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wtf8.h b/wtf8.h
index a635e1e..f6f3de6 100644
--- a/wtf8.h
+++ b/wtf8.h
@@ -2,6 +2,9 @@
#include <stdio.h>
#include <stdlib.h>
+#define BYTE_SEP '-'
+#define CHAR_SEP ' '
+
int is_utf8_cont(unsigned char);
void print_octets(char *);
void print_characters(char *);